05-15-2019 08:11 AM
Hi. Is there a variable I can use that holds the process instance id that I can pass during runtime to a rest call in the payload ?
Like this
{
"itemkey": "${id}"
}
05-16-2019 11:21 AM
Hi Jaco,
That should work. If this approach does not work, you can have a global variable at the process level and update them at every step and you can access directly activiti_ru_variable . It also depends on if your process is synchronous/asynchronous and make sure the Rest call gets the right process id before it moves to the next step.
In one of my use cases I use global variable to maintain the status of every task .That should definitely work .
05-25-2019 06:01 PM
Hi. Sorry what should I use ?
06-07-2019 02:33 PM
You can use whichever as long as it works
Explore our Alfresco products with the links below. Use labels to filter content by product module.