Set process variables not working

Confluence User - 25 Jul, 2018

I am trying to set work flow variable from store binder. if i use activityVariable its getting updated. but 

processVariable() not working.
 WorkflowManager workflowManager = (WorkflowManager) AppUtil.getApplicationContext().getBean("workflowManager");

workflowManager.processVariable(recordId, "account_manager", "xxxx");
workflowManager.reevaluateAssignmentsForProcess(recordId);
workflow;storebinder;variable;process

1


26 Jul, 2018
confluenceUser
confluenceUser

This procedure usually works for setting worflow variables values from beanshell:

Setting Workflow Variable Value in Process Tool Bean Shell

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print