Uses of Class
com.amazonaws.services.simpleworkflow.model.WorkflowExecutionOpenCounts
Packages that use WorkflowExecutionOpenCounts
-
Uses of WorkflowExecutionOpenCounts in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return WorkflowExecutionOpenCountsModifier and TypeMethodDescriptionWorkflowExecutionOpenCounts.clone()WorkflowExecutionDetail.getOpenCounts()The number of tasks for this workflow execution.WorkflowExecutionOpenCounts.withOpenActivityTasks(Integer openActivityTasks) The count of activity tasks whose status is OPEN.WorkflowExecutionOpenCounts.withOpenChildWorkflowExecutions(Integer openChildWorkflowExecutions) The count of child workflow executions whose status is OPEN.WorkflowExecutionOpenCounts.withOpenDecisionTasks(Integer openDecisionTasks) The count of decision tasks whose status is OPEN.WorkflowExecutionOpenCounts.withOpenLambdaFunctions(Integer openLambdaFunctions) The count of AWS Lambda functions that are currently executing.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 WorkflowExecutionOpenCountsModifier and TypeMethodDescriptionvoidWorkflowExecutionDetail.setOpenCounts(WorkflowExecutionOpenCounts openCounts) The number of tasks for this workflow execution.WorkflowExecutionDetail.withOpenCounts(WorkflowExecutionOpenCounts openCounts) The number of tasks for this workflow execution.