03-01-2013 10:09 AM
public class MyServiceTask extends TaskActivityBehavior
{
@Override
public void execute(ActivityExecution execution)
{
// this will return the actual ActivitiName
execution.getCurrentActivityName();
}
@Override
public void signal(ActivityExecution execution, String signalName, Object signalData) throws Exception
{
// this will return null
execution.getCurrentActivityName();
}
}
03-04-2013 09:54 AM
03-12-2013 08:23 AM
03-12-2013 01:14 PM
I do not have a JIRA account to create a bug issue for that point.
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.