Interface ProcessNodeInstanceFailedEvent
-
- All Superinterfaces:
ProcessEvent
public interface ProcessNodeInstanceFailedEvent extends ProcessEvent
An event when a work item has transition between life cycle phases
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExceptiongetException()Returns the actual exception that was thrown at executionNodeInstancegetNodeInstance()Returns node instance that failed at execution-
Methods inherited from interface io.automatiko.engine.api.event.process.ProcessEvent
getEventDate, getProcessInstance, getProcessRuntime
-
-
-
-
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
-
-