Interface InactiveActivityBehavior
-
- All Known Implementing Classes:
InclusiveGatewayActivityBehavior
public interface InactiveActivityBehaviorIf the behaviour of an element in a process implements this interface, it has a 'background job' functionality. The instance will be called at the end of executing the engine operations for eachExecutionEntitythat currently is at the activity AND is inactive.- Author:
- Joram Barrez
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecuteInactive(ExecutionEntity executionEntity)
-
-
-
Method Detail
-
executeInactive
void executeInactive(ExecutionEntity executionEntity)
-
-