Amazon Simple Workflow Service #X Amz Target=SimpleWorkflowService.GetWorkflowExecutionHistory API

The #X Amz Target=SimpleWorkflowService.GetWorkflowExecutionHistory API from Amazon Simple Workflow Service — 1 operation(s) for #x amz target=simpleworkflowservice.getworkflowexecutionhistory.

OpenAPI Specification

amazon-swf-x-amz-target-simpleworkflowservice-getworkflowexecutionhistory-api-openapi.yml Raw ↑
openapi: 3.0.0
info:
  version: '2012-01-25'
  x-release: v4
  title: 'Amazon Simple Workflow Service #X Amz Target=SimpleWorkflowService.CountClosedWorkflowExecutions #X Amz Target=SimpleWorkflowService.CountClosedWorkflowExecutions #X Amz Target=SimpleWorkflowService.GetWorkflowExecutionHistory API'
  description: <fullname>Amazon Simple Workflow Service</fullname> <p>The Amazon Simple Workflow Service (Amazon SWF) makes it easy to build applications that use Amazon's cloud to coordinate work across distributed components. In Amazon SWF, a <i>task</i> represents a logical unit of work that is performed by a component of your workflow. Coordinating tasks in a workflow involves managing intertask dependencies, scheduling, and concurrency in accordance with the logical flow of the application.</p> <p>Amazon SWF gives you full control over implementing tasks and coordinating them without worrying about underlying complexities such as tracking their progress and maintaining their state.</p> <p>This documentation serves as reference only. For a broader overview of the Amazon SWF programming model, see the <i> <a href="https://docs.aws.amazon.com/amazonswf/latest/developerguide/">Amazon SWF Developer Guide</a> </i>.</p>
  x-logo:
    url: https://twitter.com/awscloud/profile_image?size=original
    backgroundColor: '#FFFFFF'
  termsOfService: https://aws.amazon.com/service-terms/
  contact:
    name: Mike Ralphson
    email: mike.ralphson@gmail.com
    url: https://github.com/mermade/aws2openapi
    x-twitter: PermittedSoc
  license:
    name: Apache 2.0 License
    url: http://www.apache.org/licenses/
  x-providerName: amazonaws.com
  x-serviceName: swf
  x-origin:
  - contentType: application/json
    url: https://raw.githubusercontent.com/aws/aws-sdk-js/master/apis/swf-2012-01-25.normal.json
    converter:
      url: https://github.com/mermade/aws2openapi
      version: 1.0.0
    x-apisguru-driver: external
  x-apiClientRegistration:
    url: https://portal.aws.amazon.com/gp/aws/developer/registration/index.html?nc2=h_ct
  x-apisguru-categories:
  - cloud
  x-preferred: true
servers:
- url: http://swf.{region}.amazonaws.com
  variables:
    region:
      description: The AWS region
      enum:
      - us-east-1
      - us-east-2
      - us-west-1
      - us-west-2
      - us-gov-west-1
      - us-gov-east-1
      - ca-central-1
      - eu-north-1
      - eu-west-1
      - eu-west-2
      - eu-west-3
      - eu-central-1
      - eu-south-1
      - af-south-1
      - ap-northeast-1
      - ap-northeast-2
      - ap-northeast-3
      - ap-southeast-1
      - ap-southeast-2
      - ap-east-1
      - ap-south-1
      - sa-east-1
      - me-south-1
      default: us-east-1
  description: The Amazon SWF multi-region endpoint
- url: https://swf.{region}.amazonaws.com
  variables:
    region:
      description: The AWS region
      enum:
      - us-east-1
      - us-east-2
      - us-west-1
      - us-west-2
      - us-gov-west-1
      - us-gov-east-1
      - ca-central-1
      - eu-north-1
      - eu-west-1
      - eu-west-2
      - eu-west-3
      - eu-central-1
      - eu-south-1
      - af-south-1
      - ap-northeast-1
      - ap-northeast-2
      - ap-northeast-3
      - ap-southeast-1
      - ap-southeast-2
      - ap-east-1
      - ap-south-1
      - sa-east-1
      - me-south-1
      default: us-east-1
  description: The Amazon SWF multi-region endpoint
- url: http://swf.{region}.amazonaws.com.cn
  variables:
    region:
      description: The AWS region
      enum:
      - cn-north-1
      - cn-northwest-1
      default: cn-north-1
  description: The Amazon SWF endpoint for China (Beijing) and China (Ningxia)
- url: https://swf.{region}.amazonaws.com.cn
  variables:
    region:
      description: The AWS region
      enum:
      - cn-north-1
      - cn-northwest-1
      default: cn-north-1
  description: The Amazon SWF endpoint for China (Beijing) and China (Ningxia)
security:
- hmac: []
tags:
- name: '#X Amz Target=SimpleWorkflowService.GetWorkflowExecutionHistory'
paths:
  /#X-Amz-Target=SimpleWorkflowService.GetWorkflowExecutionHistory:
    parameters:
    - $ref: '#/components/parameters/X-Amz-Content-Sha256'
    - $ref: '#/components/parameters/X-Amz-Date'
    - $ref: '#/components/parameters/X-Amz-Algorithm'
    - $ref: '#/components/parameters/X-Amz-Credential'
    - $ref: '#/components/parameters/X-Amz-Security-Token'
    - $ref: '#/components/parameters/X-Amz-Signature'
    - $ref: '#/components/parameters/X-Amz-SignedHeaders'
    post:
      operationId: GetWorkflowExecutionHistory
      description: <p>Returns the history of the specified workflow execution. The results may be split into multiple pages. To retrieve subsequent pages, make the call again using the <code>nextPageToken</code> returned by the initial call.</p> <note> <p>This operation is eventually consistent. The results are best effort and may not exactly reflect recent updates and changes.</p> </note> <p> <b>Access Control</b> </p> <p>You can use IAM policies to control this action's access to Amazon SWF resources as follows:</p> <ul> <li> <p>Use a <code>Resource</code> element with the domain name to limit the action to only specified domains.</p> </li> <li> <p>Use an <code>Action</code> element to allow or deny permission to call this action.</p> </li> <li> <p>You cannot use an IAM policy to constrain this action's parameters.</p> </li> </ul> <p>If the caller doesn't have sufficient permissions to invoke the action, or the parameter values fall outside the specified constraints, the action fails. The associated event attribute's <code>cause</code> parameter is set to <code>OPERATION_NOT_PERMITTED</code>. For details and example IAM policies, see <a href="https://docs.aws.amazon.com/amazonswf/latest/developerguide/swf-dev-iam.html">Using IAM to Manage Access to Amazon SWF Workflows</a> in the <i>Amazon SWF Developer Guide</i>.</p>
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/History'
        '480':
          description: UnknownResourceFault
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/UnknownResourceFault'
        '481':
          description: OperationNotPermittedFault
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/OperationNotPermittedFault'
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/GetWorkflowExecutionHistoryInput'
      parameters:
      - name: maximumPageSize
        in: query
        schema:
          type: string
        description: Pagination limit
        required: false
        example: example
      - name: nextPageToken
        in: query
        schema:
          type: string
        description: Pagination token
        required: false
        example: token123
      - name: X-Amz-Target
        in: header
        required: true
        schema:
          type: string
          enum:
          - SimpleWorkflowService.GetWorkflowExecutionHistory
        example: SimpleWorkflowService.GetWorkflowExecutionHistory
      summary: Amazon SWF Get Workflow Execution History
      x-microcks-operation:
        delay: 0
        dispatcher: FALLBACK
      tags:
      - '#X Amz Target=SimpleWorkflowService.GetWorkflowExecutionHistory'
components:
  schemas:
    ExternalWorkflowExecutionSignaledEventAttributes:
      type: object
      required:
      - workflowExecution
      - initiatedEventId
      properties:
        workflowExecution:
          allOf:
          - $ref: '#/components/schemas/WorkflowExecution'
          - description: The external workflow execution that the signal was delivered to.
        initiatedEventId:
          allOf:
          - $ref: '#/components/schemas/EventId'
          - description: The ID of the <code>SignalExternalWorkflowExecutionInitiated</code> event corresponding to the <code>SignalExternalWorkflowExecution</code> decision to request this signal. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
      description: Provides the details of the <code>ExternalWorkflowExecutionSignaled</code> event.
    WorkflowId:
      type: string
      minLength: 1
      maxLength: 256
    FailWorkflowExecutionFailedCause:
      type: string
      enum:
      - UNHANDLED_DECISION
      - OPERATION_NOT_PERMITTED
    ActivityType:
      type: object
      required:
      - name
      - version
      properties:
        name:
          allOf:
          - $ref: '#/components/schemas/Name'
          - description: <p>The name of this activity.</p> <note> <p>The combination of activity type name and version must be unique within a domain.</p> </note>
        version:
          allOf:
          - $ref: '#/components/schemas/Version'
          - description: <p>The version of this activity.</p> <note> <p>The combination of activity type name and version must be unique with in a domain.</p> </note>
      description: Represents an activity type.
    RecordMarkerFailedEventAttributes:
      type: object
      required:
      - markerName
      - cause
      - decisionTaskCompletedEventId
      properties:
        markerName:
          allOf:
          - $ref: '#/components/schemas/MarkerName'
          - description: The marker's name.
        cause:
          allOf:
          - $ref: '#/components/schemas/RecordMarkerFailedCause'
          - description: <p>The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.</p> <note> <p>If <code>cause</code> is set to <code>OPERATION_NOT_PERMITTED</code>, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see <a href="https://docs.aws.amazon.com/amazonswf/latest/developerguide/swf-dev-iam.html">Using IAM to Manage Access to Amazon SWF Workflows</a> in the <i>Amazon SWF Developer Guide</i>.</p> </note>
        decisionTaskCompletedEventId:
          allOf:
          - $ref: '#/components/schemas/EventId'
          - description: The ID of the <code>DecisionTaskCompleted</code> event corresponding to the decision task that resulted in the <code>RecordMarkerFailed</code> 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.
      description: Provides the details of the <code>RecordMarkerFailed</code> event.
    ChildPolicy:
      type: string
      enum:
      - TERMINATE
      - REQUEST_CANCEL
      - ABANDON
    DomainName:
      type: string
      minLength: 1
      maxLength: 256
    EventId:
      type: integer
    WorkflowRunIdOptional:
      type: string
      maxLength: 64
    WorkflowExecutionSignaledEventAttributes:
      type: object
      required:
      - signalName
      properties:
        signalName:
          allOf:
          - $ref: '#/components/schemas/SignalName'
          - description: The name of the signal received. The decider can use the signal name and inputs to determine how to the process the signal.
        input:
          allOf:
          - $ref: '#/components/schemas/Data'
          - description: The inputs provided with the signal. The decider can use the signal name and inputs to determine how to process the signal.
        externalWorkflowExecution:
          allOf:
          - $ref: '#/components/schemas/WorkflowExecution'
          - description: The workflow execution that sent the signal. This is set only of the signal was sent by another workflow execution.
        externalInitiatedEventId:
          allOf:
          - $ref: '#/components/schemas/EventId'
          - description: The ID of the <code>SignalExternalWorkflowExecutionInitiated</code> event corresponding to the <code>SignalExternalWorkflow</code> decision to signal this workflow execution.The source event with this ID can be found in the history of the source workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event. This field is set only if the signal was initiated by another workflow execution.
      description: Provides the details of the <code>WorkflowExecutionSignaled</code> event.
    DecisionTaskCompletedEventAttributes:
      type: object
      required:
      - scheduledEventId
      - startedEventId
      properties:
        executionContext:
          allOf:
          - $ref: '#/components/schemas/Data'
          - description: User defined context for the workflow execution.
        scheduledEventId:
          allOf:
          - $ref: '#/components/schemas/EventId'
          - description: The ID of the <code>DecisionTaskScheduled</code> event that was recorded when this decision task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
        startedEventId:
          allOf:
          - $ref: '#/components/schemas/EventId'
          - description: The ID of the <code>DecisionTaskStarted</code> event recorded when this decision task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
      description: Provides the details of the <code>DecisionTaskCompleted</code> event.
    HistoryEvent:
      type: object
      required:
      - eventTimestamp
      - eventType
      - eventId
      properties:
        eventTimestamp:
          allOf:
          - $ref: '#/components/schemas/Timestamp'
          - description: The date and time when the event occurred.
        eventType:
          allOf:
          - $ref: '#/components/schemas/EventType'
          - description: The type of the history event.
        eventId:
          allOf:
          - $ref: '#/components/schemas/EventId'
          - description: The system generated ID of the event. This ID uniquely identifies the event with in the workflow execution history.
        workflowExecutionStartedEventAttributes:
          allOf:
          - $ref: '#/components/schemas/WorkflowExecutionStartedEventAttributes'
          - description: If the event is of type <code>WorkflowExecutionStarted</code> then this member is set and provides detailed information about the event. It isn't set for other event types.
        workflowExecutionCompletedEventAttributes:
          allOf:
          - $ref: '#/components/schemas/WorkflowExecutionCompletedEventAttributes'
          - description: If the event is of type <code>WorkflowExecutionCompleted</code> then this member is set and provides detailed information about the event. It isn't set for other event types.
        completeWorkflowExecutionFailedEventAttributes:
          allOf:
          - $ref: '#/components/schemas/CompleteWorkflowExecutionFailedEventAttributes'
          - description: If the event is of type <code>CompleteWorkflowExecutionFailed</code> then this member is set and provides detailed information about the event. It isn't set for other event types.
        workflowExecutionFailedEventAttributes:
          allOf:
          - $ref: '#/components/schemas/WorkflowExecutionFailedEventAttributes'
          - description: If the event is of type <code>WorkflowExecutionFailed</code> then this member is set and provides detailed information about the event. It isn't set for other event types.
        failWorkflowExecutionFailedEventAttributes:
          allOf:
          - $ref: '#/components/schemas/FailWorkflowExecutionFailedEventAttributes'
          - description: If the event is of type <code>FailWorkflowExecutionFailed</code> then this member is set and provides detailed information about the event. It isn't set for other event types.
        workflowExecutionTimedOutEventAttributes:
          allOf:
          - $ref: '#/components/schemas/WorkflowExecutionTimedOutEventAttributes'
          - description: If the event is of type <code>WorkflowExecutionTimedOut</code> then this member is set and provides detailed information about the event. It isn't set for other event types.
        workflowExecutionCanceledEventAttributes:
          allOf:
          - $ref: '#/components/schemas/WorkflowExecutionCanceledEventAttributes'
          - description: If the event is of type <code>WorkflowExecutionCanceled</code> then this member is set and provides detailed information about the event. It isn't set for other event types.
        cancelWorkflowExecutionFailedEventAttributes:
          allOf:
          - $ref: '#/components/schemas/CancelWorkflowExecutionFailedEventAttributes'
          - description: If the event is of type <code>CancelWorkflowExecutionFailed</code> then this member is set and provides detailed information about the event. It isn't set for other event types.
        workflowExecutionContinuedAsNewEventAttributes:
          allOf:
          - $ref: '#/components/schemas/WorkflowExecutionContinuedAsNewEventAttributes'
          - description: If the event is of type <code>WorkflowExecutionContinuedAsNew</code> then this member is set and provides detailed information about the event. It isn't set for other event types.
        continueAsNewWorkflowExecutionFailedEventAttributes:
          allOf:
          - $ref: '#/components/schemas/ContinueAsNewWorkflowExecutionFailedEventAttributes'
          - description: If the event is of type <code>ContinueAsNewWorkflowExecutionFailed</code> then this member is set and provides detailed information about the event. It isn't set for other event types.
        workflowExecutionTerminatedEventAttributes:
          allOf:
          - $ref: '#/components/schemas/WorkflowExecutionTerminatedEventAttributes'
          - description: If the event is of type <code>WorkflowExecutionTerminated</code> then this member is set and provides detailed information about the event. It isn't set for other event types.
        workflowExecutionCancelRequestedEventAttributes:
          allOf:
          - $ref: '#/components/schemas/WorkflowExecutionCancelRequestedEventAttributes'
          - description: If the event is of type <code>WorkflowExecutionCancelRequested</code> then this member is set and provides detailed information about the event. It isn't set for other event types.
        decisionTaskScheduledEventAttributes:
          allOf:
          - $ref: '#/components/schemas/DecisionTaskScheduledEventAttributes'
          - description: If the event is of type <code>DecisionTaskScheduled</code> then this member is set and provides detailed information about the event. It isn't set for other event types.
        decisionTaskStartedEventAttributes:
          allOf:
          - $ref: '#/components/schemas/DecisionTaskStartedEventAttributes'
          - description: If the event is of type <code>DecisionTaskStarted</code> then this member is set and provides detailed information about the event. It isn't set for other event types.
        decisionTaskCompletedEventAttributes:
          allOf:
          - $ref: '#/components/schemas/DecisionTaskCompletedEventAttributes'
          - description: If the event is of type <code>DecisionTaskCompleted</code> then this member is set and provides detailed information about the event. It isn't set for other event types.
        decisionTaskTimedOutEventAttributes:
          allOf:
          - $ref: '#/components/schemas/DecisionTaskTimedOutEventAttributes'
          - description: If the event is of type <code>DecisionTaskTimedOut</code> then this member is set and provides detailed information about the event. It isn't set for other event types.
        activityTaskScheduledEventAttributes:
          allOf:
          - $ref: '#/components/schemas/ActivityTaskScheduledEventAttributes'
          - description: If the event is of type <code>ActivityTaskScheduled</code> then this member is set and provides detailed information about the event. It isn't set for other event types.
        activityTaskStartedEventAttributes:
          allOf:
          - $ref: '#/components/schemas/ActivityTaskStartedEventAttributes'
          - description: If the event is of type <code>ActivityTaskStarted</code> then this member is set and provides detailed information about the event. It isn't set for other event types.
        activityTaskCompletedEventAttributes:
          allOf:
          - $ref: '#/components/schemas/ActivityTaskCompletedEventAttributes'
          - description: If the event is of type <code>ActivityTaskCompleted</code> then this member is set and provides detailed information about the event. It isn't set for other event types.
        activityTaskFailedEventAttributes:
          allOf:
          - $ref: '#/components/schemas/ActivityTaskFailedEventAttributes'
          - description: If the event is of type <code>ActivityTaskFailed</code> then this member is set and provides detailed information about the event. It isn't set for other event types.
        activityTaskTimedOutEventAttributes:
          allOf:
          - $ref: '#/components/schemas/ActivityTaskTimedOutEventAttributes'
          - description: If the event is of type <code>ActivityTaskTimedOut</code> then this member is set and provides detailed information about the event. It isn't set for other event types.
        activityTaskCanceledEventAttributes:
          allOf:
          - $ref: '#/components/schemas/ActivityTaskCanceledEventAttributes'
          - description: If the event is of type <code>ActivityTaskCanceled</code> then this member is set and provides detailed information about the event. It isn't set for other event types.
        activityTaskCancelRequestedEventAttributes:
          allOf:
          - $ref: '#/components/schemas/ActivityTaskCancelRequestedEventAttributes'
          - description: If the event is of type <code>ActivityTaskcancelRequested</code> then this member is set and provides detailed information about the event. It isn't set for other event types.
        workflowExecutionSignaledEventAttributes:
          allOf:
          - $ref: '#/components/schemas/WorkflowExecutionSignaledEventAttributes'
          - description: If the event is of type <code>WorkflowExecutionSignaled</code> then this member is set and provides detailed information about the event. It isn't set for other event types.
        markerRecordedEventAttributes:
          allOf:
          - $ref: '#/components/schemas/MarkerRecordedEventAttributes'
          - description: If the event is of type <code>MarkerRecorded</code> then this member is set and provides detailed information about the event. It isn't set for other event types.
        recordMarkerFailedEventAttributes:
          allOf:
          - $ref: '#/components/schemas/RecordMarkerFailedEventAttributes'
          - description: If the event is of type <code>DecisionTaskFailed</code> then this member is set and provides detailed information about the event. It isn't set for other event types.
        timerStartedEventAttributes:
          allOf:
          - $ref: '#/components/schemas/TimerStartedEventAttributes'
          - description: If the event is of type <code>TimerStarted</code> then this member is set and provides detailed information about the event. It isn't set for other event types.
        timerFiredEventAttributes:
          allOf:
          - $ref: '#/components/schemas/TimerFiredEventAttributes'
          - description: If the event is of type <code>TimerFired</code> then this member is set and provides detailed information about the event. It isn't set for other event types.
        timerCanceledEventAttributes:
          allOf:
          - $ref: '#/components/schemas/TimerCanceledEventAttributes'
          - description: If the event is of type <code>TimerCanceled</code> then this member is set and provides detailed information about the event. It isn't set for other event types.
        startChildWorkflowExecutionInitiatedEventAttributes:
          allOf:
          - $ref: '#/components/schemas/StartChildWorkflowExecutionInitiatedEventAttributes'
          - description: If the event is of type <code>StartChildWorkflowExecutionInitiated</code> then this member is set and provides detailed information about the event. It isn't set for other event types.
        childWorkflowExecutionStartedEventAttributes:
          allOf:
          - $ref: '#/components/schemas/ChildWorkflowExecutionStartedEventAttributes'
          - description: If the event is of type <code>ChildWorkflowExecutionStarted</code> then this member is set and provides detailed information about the event. It isn't set for other event types.
        childWorkflowExecutionCompletedEventAttributes:
          allOf:
          - $ref: '#/components/schemas/ChildWorkflowExecutionCompletedEventAttributes'
          - description: If the event is of type <code>ChildWorkflowExecutionCompleted</code> then this member is set and provides detailed information about the event. It isn't set for other event types.
        childWorkflowExecutionFailedEventAttributes:
          allOf:
          - $ref: '#/components/schemas/ChildWorkflowExecutionFailedEventAttributes'
          - description: If the event is of type <code>ChildWorkflowExecutionFailed</code> then this member is set and provides detailed information about the event. It isn't set for other event types.
        childWorkflowExecutionTimedOutEventAttributes:
          allOf:
          - $ref: '#/components/schemas/ChildWorkflowExecutionTimedOutEventAttributes'
          - description: If the event is of type <code>ChildWorkflowExecutionTimedOut</code> then this member is set and provides detailed information about the event. It isn't set for other event types.
        childWorkflowExecutionCanceledEventAttributes:
          allOf:
          - $ref: '#/components/schemas/ChildWorkflowExecutionCanceledEventAttributes'
          - description: If the event is of type <code>ChildWorkflowExecutionCanceled</code> then this member is set and provides detailed information about the event. It isn't set for other event types.
        childWorkflowExecutionTerminatedEventAttributes:
          allOf:
          - $ref: '#/components/schemas/ChildWorkflowExecutionTerminatedEventAttributes'
          - description: If the event is of type <code>ChildWorkflowExecutionTerminated</code> then this member is set and provides detailed information about the event. It isn't set for other event types.
        signalExternalWorkflowExecutionInitiatedEventAttributes:
          allOf:
          - $ref: '#/components/schemas/SignalExternalWorkflowExecutionInitiatedEventAttributes'
          - description: If the event is of type <code>SignalExternalWorkflowExecutionInitiated</code> then this member is set and provides detailed information about the event. It isn't set for other event types.
        externalWorkflowExecutionSignaledEventAttributes:
          allOf:
          - $ref: '#/components/schemas/ExternalWorkflowExecutionSignaledEventAttributes'
          - description: If the event is of type <code>ExternalWorkflowExecutionSignaled</code> then this member is set and provides detailed information about the event. It isn't set for other event types.
        signalExternalWorkflowExecutionFailedEventAttributes:
          allOf:
          - $ref: '#/components/schemas/SignalExternalWorkflowExecutionFailedEventAttributes'
          - description: If the event is of type <code>SignalExternalWorkflowExecutionFailed</code> then this member is set and provides detailed information about the event. It isn't set for other event types.
        externalWorkflowExecutionCancelRequestedEventAttributes:
          allOf:
          - $ref: '#/components/schemas/ExternalWorkflowExecutionCancelRequestedEventAttributes'
          - description: 'If the event is of type <code>ExternalWorkflowExecutionCancelRequested</code> then this member is set and provides detailed information about the event. It isn''t set for other event types. '
        requestCancelExternalWorkflowExecutionInitiatedEventAttributes:
          allOf:
          - $ref: '#/components/schemas/RequestCancelExternalWorkflowExecutionInitiatedEventAttributes'
          - description: If the event is of type <code>RequestCancelExternalWorkflowExecutionInitiated</code> then this member is set and provides detailed information about the event. It isn't set for other event types.
        requestCancelExternalWorkflowExecutionFailedEventAttributes:
          allOf:
          - $ref: '#/components/schemas/RequestCancelExternalWorkflowExecutionFailedEventAttributes'
          - description: If the event is of type <code>RequestCancelExternalWorkflowExecutionFailed</code> then this member is set and provides detailed information about the event. It isn't set for other event types.
        scheduleActivityTaskFailedEventAttributes:
          allOf:
          - $ref: '#/components/schemas/ScheduleActivityTaskFailedEventAttributes'
          - description: If the event is of type <code>ScheduleActivityTaskFailed</code> then this member is set and provides detailed information about the event. It isn't set for other event types.
        requestCancelActivityTaskFailedEventAttributes:
          allOf:
          - $ref: '#/components/schemas/RequestCancelActivityTaskFailedEventAttributes'
          - description: If the event is of type <code>RequestCancelActivityTaskFailed</code> then this member is set and provides detailed information about the event. It isn't set for other event types.
        startTimerFailedEventAttributes:
          allOf:
          - $ref: '#/components/schemas/StartTimerFailedEventAttributes'
          - description: If the event is of type <code>StartTimerFailed</code> then this member is set and provides detailed information about the event. It isn't set for other event types.
        cancelTimerFailedEventAttributes:
          allOf:
          - $ref: '#/components/schemas/CancelTimerFailedEventAttributes'
          - description: If the event is of type <code>CancelTimerFailed</code> then this member is set and provides detailed information about the event. It isn't set for other event types.
        startChildWorkflowExecutionFailedEventAttributes:
          allOf:
          - $ref: '#/components/schemas/StartChildWorkflowExecutionFailedEventAttributes'
          - description: If the event is of type <code>StartChildWorkflowExecutionFailed</code> then this member is set and provides detailed information about the event. It isn't set for other event types.
        lambdaFunctionScheduledEventAttributes:
          allOf:
          - $ref: '#/components/schemas/LambdaFunctionScheduledEventAttributes'
          - description: Provides the details of the <code>LambdaFunctionScheduled</code> event. It isn't set for other event types.
        lambdaFunctionStartedEventAttributes:
          allOf:
          - $ref: '#/components/schemas/LambdaFunctionStartedEventAttributes'
          - description: Provides the details of the <code>LambdaFunctionStarted</code> event. It isn't set for other event types.
        lambdaFunctionCompletedEventAttributes:
          allOf:
          - $ref: '#/components/schemas/LambdaFunctionCompletedEventAttributes'
          - description: Provides the details of the <code>LambdaFunctionCompleted</code> event. It isn't set for other event types.
        lambdaFunctionFailedEventAttributes:
          allOf:
          - $ref: '#/components/schemas/LambdaFunctionFailedEventAttributes'
          - description: Provides the details of the <code>LambdaFunctionFailed</code> event. It isn't set for other event types.
        lambdaFunctionTimedOutEventAttributes:
          allOf:
          - $ref: '#/components/schemas/LambdaFunctionTimedOutEventAttributes'
          - description: Provides the details of the <code>LambdaFunctionTimedOut</code> event. It isn't set for other event types.
        scheduleLambdaFunctionFailedEventAttributes:
          allOf:
          - $ref: '#/components/schemas/ScheduleLambdaFunctionFailedEventAttributes'
          - description: Provides the details of the <code>ScheduleLambdaFunctionFailed</code> event. It isn't set for other event types.
        startLambdaFunctionFailedEventAttributes:
          allOf:
          - $ref: '#/components/schemas/StartLambdaFunctionFailedEventAttributes'
          - description: Provides the details of the <code>StartLambdaFunctionFailed</code> event. It isn't set for other event types.
      description: <p>Event within a workflow execution. A history event

# --- truncated at 32 KB (125 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/amazon-swf/refs/heads/main/openapi/amazon-swf-x-amz-target-simpleworkflowservice-getworkflowexecutionhistory-api-openapi.yml