サマリー
The WorkflowExecutionResult object provides the result of executing a step in the workflow.
説明
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.
プロパティ
プロパティ | 説明 | データ タイプ |
returnCode (読み取り専用) | 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 |