| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionInitiatedEventAttributes
Description
Synopsis
- data RequestCancelExternalWorkflowExecutionInitiatedEventAttributes = RequestCancelExternalWorkflowExecutionInitiatedEventAttributes' {}
- newRequestCancelExternalWorkflowExecutionInitiatedEventAttributes :: Text -> Integer -> RequestCancelExternalWorkflowExecutionInitiatedEventAttributes
- requestCancelExternalWorkflowExecutionInitiatedEventAttributes_control :: Lens' RequestCancelExternalWorkflowExecutionInitiatedEventAttributes (Maybe Text)
- requestCancelExternalWorkflowExecutionInitiatedEventAttributes_runId :: Lens' RequestCancelExternalWorkflowExecutionInitiatedEventAttributes (Maybe Text)
- requestCancelExternalWorkflowExecutionInitiatedEventAttributes_workflowId :: Lens' RequestCancelExternalWorkflowExecutionInitiatedEventAttributes Text
- requestCancelExternalWorkflowExecutionInitiatedEventAttributes_decisionTaskCompletedEventId :: Lens' RequestCancelExternalWorkflowExecutionInitiatedEventAttributes Integer
Documentation
data RequestCancelExternalWorkflowExecutionInitiatedEventAttributes Source #
Provides the details of the
RequestCancelExternalWorkflowExecutionInitiated event.
See: newRequestCancelExternalWorkflowExecutionInitiatedEventAttributes smart constructor.
Constructors
| RequestCancelExternalWorkflowExecutionInitiatedEventAttributes' | |
Fields
| |
Instances
newRequestCancelExternalWorkflowExecutionInitiatedEventAttributes Source #
Arguments
Create a value of RequestCancelExternalWorkflowExecutionInitiatedEventAttributes 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:control:RequestCancelExternalWorkflowExecutionInitiatedEventAttributes', requestCancelExternalWorkflowExecutionInitiatedEventAttributes_control - Data attached to the event that can be used by the decider in subsequent
workflow tasks.
$sel:runId:RequestCancelExternalWorkflowExecutionInitiatedEventAttributes', requestCancelExternalWorkflowExecutionInitiatedEventAttributes_runId - The runId of the external workflow execution to be canceled.
$sel:workflowId:RequestCancelExternalWorkflowExecutionInitiatedEventAttributes', requestCancelExternalWorkflowExecutionInitiatedEventAttributes_workflowId - The workflowId of the external workflow execution to be canceled.
$sel:decisionTaskCompletedEventId:RequestCancelExternalWorkflowExecutionInitiatedEventAttributes', requestCancelExternalWorkflowExecutionInitiatedEventAttributes_decisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event corresponding to the
decision task that resulted in the
RequestCancelExternalWorkflowExecution decision for this cancellation
request. This information can be useful for diagnosing problems by
tracing back the chain of events leading up to this event.
requestCancelExternalWorkflowExecutionInitiatedEventAttributes_control :: Lens' RequestCancelExternalWorkflowExecutionInitiatedEventAttributes (Maybe Text) Source #
Data attached to the event that can be used by the decider in subsequent workflow tasks.
requestCancelExternalWorkflowExecutionInitiatedEventAttributes_runId :: Lens' RequestCancelExternalWorkflowExecutionInitiatedEventAttributes (Maybe Text) Source #
The runId of the external workflow execution to be canceled.
requestCancelExternalWorkflowExecutionInitiatedEventAttributes_workflowId :: Lens' RequestCancelExternalWorkflowExecutionInitiatedEventAttributes Text Source #
The workflowId of the external workflow execution to be canceled.
requestCancelExternalWorkflowExecutionInitiatedEventAttributes_decisionTaskCompletedEventId :: Lens' RequestCancelExternalWorkflowExecutionInitiatedEventAttributes Integer Source #
The ID of the DecisionTaskCompleted event corresponding to the
decision task that resulted in the
RequestCancelExternalWorkflowExecution decision for this cancellation
request. This information can be useful for diagnosing problems by
tracing back the chain of events leading up to this event.