Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
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);
This procedure usually works for setting worflow variables values from beanshell:
Setting Workflow Variable Value in Process Tool Bean Shell
I am trying to set work flow variable from store binder. if i use activityVariable its getting updated. but