![]() |
![]()
| ![]() |
![]()
NAMEPaws::SimpleWorkflow::WorkflowExecutionOpenCounts USAGEThis class represents one of two things: Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::SimpleWorkflow::WorkflowExecutionOpenCounts object: $service_obj->Method(Att1 => { OpenActivityTasks => $value, ..., OpenTimers => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::SimpleWorkflow::WorkflowExecutionOpenCounts object: $result = $service_obj->Method(...); $result->Att1->OpenActivityTasks DESCRIPTIONContains the counts of open tasks, child workflow executions and timers for a workflow execution. ATTRIBUTESREQUIRED OpenActivityTasks => IntThe count of activity tasks whose status is "OPEN". REQUIRED OpenChildWorkflowExecutions => IntThe count of child workflow executions whose status is "OPEN". REQUIRED OpenDecisionTasks => IntThe count of decision tasks whose status is OPEN. A workflow execution can have at most one open decision task. OpenLambdaFunctions => IntThe count of Lambda tasks whose status is "OPEN". REQUIRED OpenTimers => IntThe count of timers started by this workflow execution that have not fired yet. SEE ALSOThis class forms part of Paws, describing an object used in Paws::SimpleWorkflow BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|