Skip to main content
brindas358855
January 20, 2026
Solved

How to pass processuuid in start process node?

  • January 20, 2026
  • 4 replies
  • 0 views

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?

    Best answer by shubhama926776

    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.

    4 replies

    harshas2775
    January 20, 2026

    You can create a constant containing the process model UUID in it. Then in the a!startprocess() pass this constant corresponding to processuuid variable. 

    shubhama926776
    January 20, 2026

    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.

    stefanhelzle0001
    January 20, 2026

    I created a process report showing all process models, their UUID and ID. Then use this to map UUID to ID.

    January 20, 2026

    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