how to put or get variables of workflws.
wfcontext.getWorkflowCase().put("variable name", <value>);
wfcontext.getWorkflowCase().get("variable name")
Modified on: Fri, 11 Jul, 2025 at 7:46 AM
how to put or get variables of workflws.
wfcontext.getWorkflowCase().put("variable name", <value>);
wfcontext.getWorkflowCase().get("variable name")
Did you find it helpful? Yes No
Send feedback