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.
You cannot pass Process UUID directly to the Start Process node.Pass UUID to Decision Object input, map output Process Model to Start Process node's Process Model parameter - Centralized and one-place maintenance.
I created a process report showing all process models, their UUID and ID. Then use this to map UUID to ID.
1. You can create process report
2. after that you can show all the process obviously data is striped with filter as needed,
3. on click of any process you can start the process
4. for starting the process with Process id or UUID you can refer this - Appian Community