WorkflowRunStatistics
Workflow run statistics provides statistics about the workflow run.
Contents
- ErroredActions
-
Indicates the count of job runs in the ERROR state in the workflow run.
Type: Integer
Required: No
- FailedActions
-
Total number of Actions that have failed.
Type: Integer
Required: No
- RunningActions
-
Total number Actions in running state.
Type: Integer
Required: No
- StoppedActions
-
Total number of Actions that have stopped.
Type: Integer
Required: No
- SucceededActions
-
Total number of Actions that have succeeded.
Type: Integer
Required: No
- TimeoutActions
-
Total number of Actions that timed out.
Type: Integer
Required: No
- TotalActions
-
Total number of Actions in the workflow run.
Type: Integer
Required: No
- WaitingActions
-
Indicates the count of job runs in WAITING state in the workflow run.
Type: Integer
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: