how to put or get variables of workflws. 


wfcontext.getWorkflowCase().put("variable name", <value>);

wfcontext.getWorkflowCase().get("variable name")