Service is in another process engine
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2015 03:34 PM
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?
Has anyone else had this issue? Do I need to resort to signals?
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2015 03:57 PM
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
Best regards,
Tim
