notifier.publishURL(entity, "title", "http://www.google.com",
"descriptionAndAnnotation");
notifier.workflowInitialized(WORKFLOW_INSTANCE_ID);
DataObjImpl dataObj = new DataObjImpl(URI.create("test"),
new ArrayList<URI>());
notifier.dataConsumed(entity, dataObj, "description");
}