Hi,I have a process step in a workflow that launches when a content fragment is created. It calls a custom process with the following code:public void execute(WorkItem item, WorkflowSession session, MetaDataMap args) throws WorkflowException {try {Map<String, Object> serviceParams = new HashMap<Stri...