|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WorkflowExecutionOpenCounts | |
---|---|
com.amazonaws.services.simpleworkflow.model | Classes modeling the various types represented by AmazonSimpleWorkflow. |
Uses of WorkflowExecutionOpenCounts in com.amazonaws.services.simpleworkflow.model |
---|
Methods in com.amazonaws.services.simpleworkflow.model that return WorkflowExecutionOpenCounts | |
---|---|
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.withOpenTimers(Integer openTimers)
The count of timers started by this workflow execution that have not fired yet. |
Methods in com.amazonaws.services.simpleworkflow.model with parameters of type WorkflowExecutionOpenCounts | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |