| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model |
| Modifier and Type | Method and Description |
|---|---|
static WorkflowExecutionOpenCounts.Builder |
WorkflowExecutionOpenCounts.builder() |
WorkflowExecutionOpenCounts.Builder |
WorkflowExecutionOpenCounts.Builder.openActivityTasks(Integer openActivityTasks)
The count of activity tasks whose status is
OPEN. |
WorkflowExecutionOpenCounts.Builder |
WorkflowExecutionOpenCounts.Builder.openChildWorkflowExecutions(Integer openChildWorkflowExecutions)
The count of child workflow executions whose status is
OPEN. |
WorkflowExecutionOpenCounts.Builder |
WorkflowExecutionOpenCounts.Builder.openDecisionTasks(Integer openDecisionTasks)
The count of decision tasks whose status is OPEN.
|
WorkflowExecutionOpenCounts.Builder |
WorkflowExecutionOpenCounts.Builder.openLambdaFunctions(Integer openLambdaFunctions)
The count of Lambda tasks whose status is
OPEN. |
WorkflowExecutionOpenCounts.Builder |
WorkflowExecutionOpenCounts.Builder.openTimers(Integer openTimers)
The count of timers started by this workflow execution that have not fired yet.
|
WorkflowExecutionOpenCounts.Builder |
WorkflowExecutionOpenCounts.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends WorkflowExecutionOpenCounts.Builder> |
WorkflowExecutionOpenCounts.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeWorkflowExecutionResponse.Builder |
DescribeWorkflowExecutionResponse.Builder.openCounts(Consumer<WorkflowExecutionOpenCounts.Builder> openCounts)
The number of tasks for this workflow execution.
|
Copyright © 2023. All rights reserved.