cancel
Showing results for 
Search instead for 
Did you mean: 

How to pass process Id dynamically

sai576
Champ on-the-rise
Champ on-the-rise
I am using the same workflow for different use cases.so i want pass different process id for different use cases for the same workflow.How to i pass the process id dynamically to workflow based on some condition.Have any idea?

Thanks.
3 REPLIES 3

mmaker1234
Champ in-the-making
Champ in-the-making
Hello,

Would you explain your problem in more details? Where you want to "pass" different process IDs - in your code? Or you have a process and you would like to substitute some sub-process? Or something else?

sai576
Champ on-the-rise
Champ on-the-rise
Actually i have different use cases, for all these i use same workflow but i want differentiate the same workflow from different use cases.Is it possible.

frederikherema1
Star Contributor
Star Contributor
Offcourse you can do this. Maybe it's a good idea to read about BPMN first, it contains a lot of constructs to do conditional rings (gateways) and call other processes (call-activity).