Uses of Interface
de.espirit.firstspirit.access.TaskErrorInfo
Package
Description
-
Uses of TaskErrorInfo in de.espirit.firstspirit.access
Modifier and TypeMethodDescriptionTask.getErrorInfo()
Return error info object or null if the error state has not been reached. -
Uses of TaskErrorInfo in de.espirit.firstspirit.access.store.templatestore
Modifier and TypeMethodDescriptionWorkflowScriptContext.getErrorInfo()
Returns error info object if gotoErrorState was called during this script execution or null. -
Uses of TaskErrorInfo in de.espirit.firstspirit.workflow
Modifier and TypeMethodDescriptionWorkflowAgent.WorkflowProcessContext.getErrorInfo()
Returns the error info which has been set inWorkflowAgent.WorkflowProcessContext.gotoErrorState(String, Throwable)
, ornull
if not in error state.