MapRunExecutionCounts.Builder |
MapRunExecutionCounts.Builder.aborted(Long aborted) |
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.
|
static MapRunExecutionCounts.Builder |
MapRunExecutionCounts.builder() |
|
MapRunExecutionCounts.Builder |
MapRunExecutionCounts.Builder.failed(Long failed) |
The total number of child workflow executions that were started by a Map Run, but have failed.
|
MapRunExecutionCounts.Builder |
MapRunExecutionCounts.Builder.failuresNotRedrivable(Long failuresNotRedrivable) |
The number of FAILED, ABORTED, or TIMED_OUT child workflow executions
that cannot be redriven because their execution status is terminal.
|
MapRunExecutionCounts.Builder |
MapRunExecutionCounts.Builder.pending(Long pending) |
The total number of child workflow executions that were started by a Map Run, but haven't started executing
yet.
|
MapRunExecutionCounts.Builder |
MapRunExecutionCounts.Builder.pendingRedrive(Long pendingRedrive) |
The number of unsuccessful child workflow executions currently waiting to be redriven.
|
MapRunExecutionCounts.Builder |
MapRunExecutionCounts.Builder.resultsWritten(Long resultsWritten) |
Returns the count of child workflow executions whose results were written by ResultWriter.
|
MapRunExecutionCounts.Builder |
MapRunExecutionCounts.Builder.running(Long running) |
The total number of child workflow executions that were started by a Map Run and are currently in-progress.
|
MapRunExecutionCounts.Builder |
MapRunExecutionCounts.Builder.succeeded(Long succeeded) |
The total number of child workflow executions that were started by a Map Run and have completed successfully.
|
MapRunExecutionCounts.Builder |
MapRunExecutionCounts.Builder.timedOut(Long timedOut) |
The total number of child workflow executions that were started by a Map Run and have timed out.
|
MapRunExecutionCounts.Builder |
MapRunExecutionCounts.toBuilder() |
|
MapRunExecutionCounts.Builder |
MapRunExecutionCounts.Builder.total(Long total) |
The total number of child workflow executions that were started by a Map Run.
|