Module io.automatiko.engine.api
Interface ProcessNodeInstanceFailedEvent
- All Superinterfaces:
ProcessEvent
An event when a work item has transition between life cycle phases
-
Method Summary
Modifier and TypeMethodDescriptionUnique identifier of the errorShort descriptive message of the errorReturns the actual exception that was thrown at executionReturns node instance that failed at executionMethods inherited from interface io.automatiko.engine.api.event.process.ProcessEvent
getEventDate, getProcessInstance, getProcessRuntime
-
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
-