cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a way to know all process tasks after the process is started

chenning007
Champ on-the-rise
Champ on-the-rise
Hi all,

Can I put all condition values into startProcess and get the process evaluated all tasks which will be run. I know that the task execution may lead to a new execution path, but it is unnecessary to consider.

Thanks

Ning.
2 REPLIES 2

trademak
Star Contributor
Star Contributor
Hi Ning,

No, you can only execute the process instance itself. What you could do is start the process instance on an in-memory database first to execute all condition values.

Best regards,

chenning007
Champ on-the-rise
Champ on-the-rise
Hi Tijs ,

Thanks for your response, I decide to parse process definition file and evaluate the trace myself.