Interface InactiveActivityBehavior
-
- All Known Implementing Classes:
InclusiveGatewayActivityBehavior
@Internal public interface InactiveActivityBehavior
If 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 eachExecutionEntity
that currently is at the activity AND is inactive.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
executeInactive(ExecutionEntity executionEntity)
-
-
-
Method Detail
-
executeInactive
void executeInactive(ExecutionEntity executionEntity)
-
-