WorkflowExecutionResult

Zusammenfassung

The WorkflowExecutionResult object provides the result of executing a step in the workflow.

Diskussion

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.

Eigenschaften

EigenschaftErläuterungDatentyp
returnCode
(Schreibgeschützt)

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