12-17-2012 02:57 PM
12-18-2012 12:27 PM
12-20-2012 05:01 PM
02-19-2013 11:29 PM
02-20-2013 09:10 AM
02-20-2013 05:07 PM
public interface ActivitiInterruptableBehavior { // Or ActivitiStatefulBehavior
void setExecution(ActivityExecution execution);
void execute() throws Exception;
void interruptExecution(); // best-effort, exceptions ignored, not to confuse with compensation (which is for previous steps)
}
06-09-2014 07:47 AM
06-17-2014 06:13 AM
02-19-2015 01:22 AM
02-28-2015 03:51 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.