The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Paws::SimpleWorkflow::WorkflowExecutionOpenCounts

USAGE

This 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

DESCRIPTION

Contains the counts of open tasks, child workflow executions and timers for a workflow execution.

ATTRIBUTES

REQUIRED OpenActivityTasks => Int

The count of activity tasks whose status is OPEN.

REQUIRED OpenChildWorkflowExecutions => Int

The count of child workflow executions whose status is OPEN.

REQUIRED OpenDecisionTasks => Int

The count of decision tasks whose status is OPEN. A workflow execution can have at most one open decision task.

OpenLambdaFunctions => Int

The count of Lambda tasks whose status is OPEN.

REQUIRED OpenTimers => Int

The count of timers started by this workflow execution that have not fired yet.

SEE ALSO

This class forms part of Paws, describing an object used in Paws::SimpleWorkflow

BUGS and CONTRIBUTIONS

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues