How to set process at runtime?

Hi,
I have a situation like if I deploy my process diagram  on the website 

How do I update the sequence or any setting in the process with web or rest api?

Hi,

It is not possible to change a given process definition. You can make your changes in the Studio, increment the version and deploy the new version and disable the old one. Instances already running on the old version can’t be migrated and will finish their flow like defined in this version. New instances will use the updated version.

HTH
Romain

Okay, I get it.

Thank you.