Builder

class Builder

Properties

Link copied to clipboard

The total number of child workflow executions that were started by a Map Run and were running, but were either stopped by the user or by Step Functions because the Map Run failed.

Link copied to clipboard

The total number of child workflow executions that were started by a Map Run, but have failed.

Link copied to clipboard

The number of FAILED, ABORTED, or TIMED_OUT child workflow executions that cannot be redriven because their execution status is terminal. For example, child workflows with an execution status of FAILED, ABORTED, or TIMED_OUT and a redriveStatus of NOT_REDRIVABLE.

Link copied to clipboard

The total number of child workflow executions that were started by a Map Run, but haven't started executing yet.

Link copied to clipboard

The number of unsuccessful child workflow executions currently waiting to be redriven. The status of these child workflow executions could be FAILED, ABORTED, or TIMED_OUT in the original execution attempt or a previous redrive attempt.

Link copied to clipboard

Returns the count of child workflow executions whose results were written by ResultWriter. For more information, see ResultWriter in the Step Functions Developer Guide.

Link copied to clipboard

The total number of child workflow executions that were started by a Map Run and are currently in-progress.

Link copied to clipboard

The total number of child workflow executions that were started by a Map Run and have completed successfully.

Link copied to clipboard

The total number of child workflow executions that were started by a Map Run and have timed out.

Link copied to clipboard
var total: Long

The total number of child workflow executions that were started by a Map Run.