In my current configuration of Activiti we have our eplorer and rest up and running plus a web app that is using the process engine to create new process Instances.
My question is with this setup if I create a new process instance from our web app and that goes to a user task that has a timer event on it, which process Engine will run that timer event (webapp, explorer, or rest)?
You have 3 process engines pointing to the same database. Does any of them have jobExecutor active? (Active jobExecutor will take a job and executes it). Regards Martin
I looked and only the explorer has the job executor set to active. Now with this setup and knowing that the job executor is in the explorer if i start a process from the webapp and a timer comes up that should get kicked off from the explorer?