Interface ProcessNodeInstanceFailedEvent

  • All Superinterfaces:
    ProcessEvent

    public interface ProcessNodeInstanceFailedEvent
    extends ProcessEvent
    An event when a work item has transition between life cycle phases
    • Method Detail

      • getNodeInstance

        NodeInstance getNodeInstance()
        Returns node instance that failed at execution
        Returns:
        work item
      • getException

        Exception getException()
        Returns the actual exception that was thrown at execution
        Returns:
        transition