Summary
The WorkflowExecutionResult object provides the result of executing a step in the workflow.
Discussion
The WorkflowExecutionResult object provides the return code, which indicates the status of the step's execution. Each step has its own valid return codes and they can be used to guide the path of the workflow.
Properties
Property | Explanation | Data Type |
returnCode (Read Only) | The code returned after executing a step in the workflow. It indicates whether the step was successful or failed and may be used to drive the workflow execution. | Integer |