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