Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.45 KB

API_ExecutionResults.md

File metadata and controls

25 lines (19 loc) · 1.45 KB

ExecutionResults

Specifies the steps in the workflow, as well as the steps to execute in case of any errors during workflow execution.

Contents

** OnExceptionSteps ** Specifies the steps (actions) to take if errors are encountered during execution of the workflow.
Type: Array of ExecutionStepResult objects
Array Members: Minimum number of 1 item. Maximum number of 50 items.
Required: No

** Steps ** Specifies the details for the steps that are in the specified workflow.
Type: Array of ExecutionStepResult objects
Array Members: Minimum number of 1 item. Maximum number of 50 items.
Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: