cancel
Showing results for 
Search instead for 
Did you mean: 

Activiti 6 how to get next node will be executed ?

brainzb
Champ in-the-making
Champ in-the-making

I Activiti 6 i have a process like this

curret task at task1 ,how to  get next node will be executed here ?thanks!

1 REPLY 1

cjose
Elite Collaborator
Elite Collaborator

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.