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

1


24 Jul, 2020
confluenceUser
confluenceUser

workflowManager.processVariable("105_APPID_ProcessID", "status", "123");

this changes any process variable but I was checking the process variable if it was changed in monitor-running Process-processID-last Pending activity
After changing the variable ,it will not appear until submitting of the pending activity

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print