PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` package Paws::SimpleWorkflow::WorkflowExecutionDetail; use Moose; has ExecutionConfiguration => (is => 'ro', isa => 'Paws::SimpleWorkflow::WorkflowExecutionConfiguration', traits => ['NameInRequest'], request_name => 'executionConfiguration' , required => 1); has ExecutionInfo => (is => 'ro', isa => 'Paws::SimpleWorkflow::WorkflowExecutionInfo', traits => ['NameInRequest'], request_name => 'executionInfo' , required => 1); has LatestActivityTaskTimestamp => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'latestActivityTaskTimestamp' ); has LatestExecutionContext => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'latestExecutionContext' ); has OpenCounts => (is => 'ro', isa => 'Paws::SimpleWorkflow::WorkflowExecutionOpenCounts', traits => ['NameInRequest'], request_name => 'openCounts' , required => 1); has _request_id => (is => 'ro', isa => 'Str'); ### main pod documentation begin ### =head1 NAME Paws::SimpleWorkflow::WorkflowExecutionDetail =head1 ATTRIBUTES =head2 B ExecutionConfiguration => L The configuration settings for this workflow execution including timeout values, tasklist etc. =head2 B ExecutionInfo => L Information about the workflow execution. =head2 LatestActivityTaskTimestamp => Str The time when the last activity task was scheduled for this workflow execution. You can use this information to determine if the workflow has not made progress for an unusually long period of time and might require a corrective action. =head2 LatestExecutionContext => Str The latest executionContext provided by the decider for this workflow execution. A decider can provide an executionContext (a free-form string) when closing a decision task using RespondDecisionTaskCompleted. =head2 B OpenCounts => L The number of tasks for this workflow execution. This includes open and closed tasks of all types. =head2 _request_id => Str =cut 1;