URI myWorkflowID = null;
URI myServiceID = URI.create(XBayaConstants.APPLICATION_SHORT_NAME);
String myNodeID = null;
Integer myTimestep = null;
InvocationEntity myEntity = notifier.createEntity(myWorkflowID, myServiceID, myNodeID, myTimestep);
URI serviceWorkflowID = null;
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();