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 each ExecutionEntity that currently is at the activity AND is inactive.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details