Interface WorkflowTriggerBeforeProcessInstanceTerminationContext

All Superinterfaces:
DataContextReadOnly, ProcessExecutionContext, ProcessExecutionInfoContext, WorkflowTriggerContext

public interface WorkflowTriggerBeforeProcessInstanceTerminationContext extends WorkflowTriggerContext
Dedicated context for handling the event "before process instance completion".
Since:
5.5.0
  • Method Details

    • isForcedTermination

      boolean isForcedTermination()
      Returns true if the completion is due to an administration action. In this case, the termination of the process instance has been forced, it is not a normal completion.