Hi there,
We've got a similiar problem in our development environment. There is a central database with the activiti schema. The application using the activiti engine runs on local websphere servers on each developers machine. For activiti and it's job aquisition it's like a distributed environment (it was even called cluster environment in a former post of this thread). Different developers work on the same process but implement different tasks. When they test the process in this kind of configuration the tasks are not necessarily executed on the developers machine who launched the process. Thats because how the standard Job Aquisition works. My question is: Could there be a special job aquisition filter which only selects the jobs which belong to the machine from where the process was instantiated? At the moment I can't see any proper selection criteria in the ACT_RU_* tables (i.e. in the ACT_RU_EXECUTION table). Maybe it would make sense to add a information like the node or machine name which instanciated the process to the datamodel and the Activiti Engine?
Thanks for your reply.
Best Regards,
Joern