process variable in workflowManager not working
Confluence User - 07 Nov, 2022
Hi. I was trying to write a beanshell to update the workflow variable for a process. Below is the code that I write to update one of the variable. However, after execute the beanshell tool the workflow variable in the process wasn't update and the log file also didn't show any error code. What is the issue ya?
workflowManager.processVariable("4206_test_testProcess","status", "Rejected");
workflow_variable;workflow;beanshell