change workflow variable of another process
Confluence User - 24 Jul, 2020
I want to change a variable of another process by Bean Shell java code
I tried:
workflowManager.processVariable("105_APPID_ProcessID", "status", "123");
but this changes only the variable if the process id is the current process
I want to change a workflow variable of another instance
Is there anyway this change another process variable or a second way like counter increment Tool but for another process ID?
beanshell;tools;process;workflow