WorkflowExecutionNodeResultState
Workflow execution node result state.
enum WorkflowExecutionNodeResultState {
EXECUTED
WORKFLOW_STOPPED
WORKFLOW_CONTINUED
MANUALLY_STOPPED
INTERNAL_FAILURE
}
Values
WorkflowExecutionNodeResultState.EXECUTED
WorkflowExecutionNodeResultState.WORKFLOW_STOPPED
Step failed and workflow execution stopped.
WorkflowExecutionNodeResultState.WORKFLOW_CONTINUED
Step failed and workflow execution continued.
WorkflowExecutionNodeResultState.MANUALLY_STOPPED
WorkflowExecutionNodeResultState.INTERNAL_FAILURE
Execution was stopped because of an internal failure
Member Of
WorkflowExecutionNode object