08-10-2011 05:00 AM
public void yetAnotherServiceMethod(ExecutionEntity execution)
{
String parameter = (String)execution.getVariable("outputparameter");
}
public void yetAnotherServiceMethod(ExecutionEntity execution)
{
String parameter = (String)execution.getVariable("outputparameter");
Map map = new HashMap();
map = (Map)execution.getSuperExecution().getActivity().getProperties();
String name = (String)map.get("name");
System.out.println("Calling service task: " + name);
}
String name = execution.getSuperExecution().getActivityName();
String myId = execution.getSuperExecution().getActivityId();
08-10-2011 07:03 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.