In an OR step for a workflow, I need to know the initiator user to decide if the route should be true or false, based on user roles.In a workflow step, I can do this:public void execute(WorkItem workItem, WorkflowSession workflowSession, MetaDataMap args) throws WorkflowException { … UserManager use...