Hi,
I have a requirement. In a process model I am having processuuid as a process variable. Using this I have to start a process by using start process smart service. How can I achieve this?
Discussion posts and replies are publicly visible
You can create a constant containing the process model UUID in it. Then in the a!startprocess() pass this constant corresponding to processuuid variable.