Hi, regarding session.In your class that implements the WorkflowProcess the correct way would be to initiate the session like this (which you have already done): public class MyProcess implements WorkflowProcess { //....code @Override public void execute(WorkItem workItem, WorkflowSession workflowSe...