cancel
Showing results for 
Search instead for 
Did you mean: 

Service is in another process engine

jake
Champ in-the-making
Champ in-the-making
I have a simple workflow that is a user task followed by a service task. I was hoping to leverage Activiti's interface to perform user actions, filling forms mostly, and use another process to execute the service task. However, when I try to complete the user task in Activiti it complains it can't find the service in the next task. I am guessing it is eagerly trying to execute the service task for me, but I want my custom app to execute it.

Has anyone else had this issue? Do I need to resort to signals?
1 REPLY 1

tstephen
Champ on-the-rise
Champ on-the-rise
The completion of the user task and the service task will, by default, occur within a single transaction. However this can be modified with asynchronous continuations. This link provides more details: http://activiti.org/userguide/index.html#bpmnConcurrencyAndTransactions

Best regards,
Tim