Activiti 6 how to get next node will be executed ?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2017 01:49 AM
I Activiti 6 i have a process like this
curret task at task1 ,how to get next node will be executed here ?thanks!
Labels:
- Labels:
-
Alfresco Process Services
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2017 09:44 AM
If I understand the question correctly, you want to know whether it will take task 2 or task 3 next? Activiti will do that for you at runtime upon the completion of task 1. However if you want to query the model before completing task 1, you can write your own logic using the APIs from activiti-bpmn-model component.
