Interface ProcessNodeInstanceFailedEvent

All Superinterfaces:
ProcessEvent

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

    • getNodeInstance

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

      String getErrorId()
      Unique identifier of the error
      Returns:
      error identifier
    • getErrorMessage

      String getErrorMessage()
      Short descriptive message of the error
      Returns:
      error message
    • getException

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