JavaScript is disabled on your browser.
Skip navigation links
Overview
Module
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Module
io.automatiko.engine.api
Package
io.automatiko.engine.api.workflow
Interface ProcessError
public interface
ProcessError
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
errorDetails
()
String
errorId
()
String
errorMessage
()
String
failedNodeId
()
void
retrigger
()
void
skip
()
Method Details
failedNodeId
String
failedNodeId
()
errorId
String
errorId
()
errorMessage
String
errorMessage
()
errorDetails
String
errorDetails
()
retrigger
void
retrigger
()
skip
void
skip
()