@aws-sdk/client-swf

ChildWorkflowExecutionCanceledEventAttributes Interface

Provide details of the ChildWorkflowExecutionCanceled event.

Members

Name
Type
Details
initiatedEventId Requirednumber | undefined

The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution Decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

startedEventId Requirednumber | undefined

The ID of the ChildWorkflowExecutionStarted event recorded when this child workflow execution was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

workflowExecution RequiredWorkflowExecution | undefined

The child workflow execution that was canceled.

workflowType RequiredWorkflowType | undefined

The type of the child workflow execution.

details string | undefined

Details of the cancellation (if provided).

Full Signature

export interface ChildWorkflowExecutionCanceledEventAttributes