1
0
-1

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);
    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

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

      Setting Workflow Variable Value in Process Tool Bean Shell

        CommentAdd your comment...