StepState
Represents the state of a step in a plan execution.
Contents
- endTime
-
The timestamp when a step endeded execution.
Type: Timestamp
Required: No
- name
-
The name of a step in a workflow.
Type: String
Required: No
- startTime
-
The timestamp when a step started execution.
Type: Timestamp
Required: No
- status
-
The status of a step in a workflow. For example, a status might be Completed or Pending Approval.
Type: String
Valid Values:
notStarted | running | failed | completed | canceled | skipped | pendingApproval
Required: No
- stepMode
-
The mode for a step execution. The mode can be Graceful or Ungraceful.
Type: String
Valid Values:
graceful | ungraceful
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: