Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Hi, according to Process#Startprocessbycurrentuser it says you can pass in body parameters for the workflow variables. Alternatively, you can use JSON API#web/json/workflow/process/start/(*:processDefId) and pass in parameters prefixed with "var_".
Hi,
I am starting a process of "application A" using a POST API call from "application B". I want to set value of a workflow variable when the process is started. I have tried looking at the knowledge base but couldn't find much information on how to do it.
Also, is there a way to configure a response of POST API call?