| Package | Description | 
|---|---|
| com.amazonaws.services.simpleworkflow.model | 
| Modifier and Type | Method and Description | 
|---|---|
WorkflowExecutionOpenCounts | 
WorkflowExecutionOpenCounts.clone()  | 
WorkflowExecutionOpenCounts | 
WorkflowExecutionDetail.getOpenCounts()
 The number of tasks for this workflow execution. 
 | 
WorkflowExecutionOpenCounts | 
WorkflowExecutionOpenCounts.withOpenActivityTasks(Integer openActivityTasks)
 The count of activity tasks whose status is  
OPEN. | 
WorkflowExecutionOpenCounts | 
WorkflowExecutionOpenCounts.withOpenChildWorkflowExecutions(Integer openChildWorkflowExecutions)
 The count of child workflow executions whose status is  
OPEN. | 
WorkflowExecutionOpenCounts | 
WorkflowExecutionOpenCounts.withOpenDecisionTasks(Integer openDecisionTasks)
 The count of decision tasks whose status is OPEN. 
 | 
WorkflowExecutionOpenCounts | 
WorkflowExecutionOpenCounts.withOpenLambdaFunctions(Integer openLambdaFunctions)
 The count of Lambda tasks whose status is  
OPEN. | 
WorkflowExecutionOpenCounts | 
WorkflowExecutionOpenCounts.withOpenTimers(Integer openTimers)
 The count of timers started by this workflow execution that have not fired yet. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
WorkflowExecutionDetail.setOpenCounts(WorkflowExecutionOpenCounts openCounts)
 The number of tasks for this workflow execution. 
 | 
WorkflowExecutionDetail | 
WorkflowExecutionDetail.withOpenCounts(WorkflowExecutionOpenCounts openCounts)
 The number of tasks for this workflow execution. 
 | 
Copyright © 2019. All rights reserved.