libZSservicesZSamazonka-swfZSamazonka-swf
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SWF.Types.WorkflowExecutionCompletedEventAttributes

Description

 
Synopsis

Documentation

data WorkflowExecutionCompletedEventAttributes Source #

Provides the details of the WorkflowExecutionCompleted event.

See: newWorkflowExecutionCompletedEventAttributes smart constructor.

Constructors

WorkflowExecutionCompletedEventAttributes' 

Fields

  • result :: Maybe Text

    The result produced by the workflow execution upon successful completion.

  • decisionTaskCompletedEventId :: Integer

    The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the CompleteWorkflowExecution decision to complete this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

Instances

Instances details
Eq WorkflowExecutionCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCompletedEventAttributes

Read WorkflowExecutionCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCompletedEventAttributes

Show WorkflowExecutionCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCompletedEventAttributes

Generic WorkflowExecutionCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCompletedEventAttributes

NFData WorkflowExecutionCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCompletedEventAttributes

Hashable WorkflowExecutionCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCompletedEventAttributes

FromJSON WorkflowExecutionCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCompletedEventAttributes

type Rep WorkflowExecutionCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCompletedEventAttributes

type Rep WorkflowExecutionCompletedEventAttributes = D1 ('MetaData "WorkflowExecutionCompletedEventAttributes" "Amazonka.SWF.Types.WorkflowExecutionCompletedEventAttributes" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "WorkflowExecutionCompletedEventAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "result") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "decisionTaskCompletedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer)))

newWorkflowExecutionCompletedEventAttributes Source #

Create a value of WorkflowExecutionCompletedEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:result:WorkflowExecutionCompletedEventAttributes', workflowExecutionCompletedEventAttributes_result - The result produced by the workflow execution upon successful completion.

$sel:decisionTaskCompletedEventId:WorkflowExecutionCompletedEventAttributes', workflowExecutionCompletedEventAttributes_decisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the CompleteWorkflowExecution decision to complete this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

workflowExecutionCompletedEventAttributes_result :: Lens' WorkflowExecutionCompletedEventAttributes (Maybe Text) Source #

The result produced by the workflow execution upon successful completion.

workflowExecutionCompletedEventAttributes_decisionTaskCompletedEventId :: Lens' WorkflowExecutionCompletedEventAttributes Integer Source #

The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the CompleteWorkflowExecution decision to complete this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.