| 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 AWS Lambda functions that are currently executing. | 
| 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 © 2016. All rights reserved.