URI serviceServiceID = URI.create("ServiceID");
String serviceNodeID = nodeID;
Integer serviceTimestep = null;
InvocationEntity serviceEntity = notifier.createEntity(serviceWorkflowID, serviceServiceID, serviceNodeID,
serviceTimestep);
WorkflowTrackingContext workflowContext = notifier.createTrackingContext(new Properties(), this.configuration
.getBrokerURL().toASCIIString(), myWorkflowID, myServiceID, myNodeID, myTimestep);
XmlElement inputBody = (XmlElement) ((XmlElement) inputMessage).getParent();
XmlObject inputBodyObject = XBeansUtil.xmlElementToXmlObject(inputBody);