Skip to main content

Interface: IChildWorkflowExecutionFailedEventAttributes

history.v1.IChildWorkflowExecutionFailedEventAttributes

Properties of a ChildWorkflowExecutionFailedEventAttributes.

Hierarchy

  • $Properties

    IChildWorkflowExecutionFailedEventAttributes

Properties

failure

Optional failure: null | $Properties

ChildWorkflowExecutionFailedEventAttributes failure

Inherited from

$Properties.failure


initiatedEventId

Optional initiatedEventId: null | Long

Id of the START_CHILD_WORKFLOW_EXECUTION_INITIATED event which this event corresponds to

Inherited from

$Properties.initiatedEventId


namespace

Optional namespace: null | string

Namespace of the child workflow. SDKs and UI tools should use namespace field but server must use namespace_id only.

Inherited from

$Properties.namespace


namespaceId

Optional namespaceId: null | string

ChildWorkflowExecutionFailedEventAttributes namespaceId

Inherited from

$Properties.namespaceId


retryState

Optional retryState: null | RetryState

ChildWorkflowExecutionFailedEventAttributes retryState

Inherited from

$Properties.retryState


startedEventId

Optional startedEventId: null | Long

Id of the CHILD_WORKFLOW_EXECUTION_STARTED event which this event corresponds to

Inherited from

$Properties.startedEventId


workflowExecution

Optional workflowExecution: null | $Properties

ChildWorkflowExecutionFailedEventAttributes workflowExecution

Inherited from

$Properties.workflowExecution


workflowType

Optional workflowType: null | $Properties

ChildWorkflowExecutionFailedEventAttributes workflowType

Inherited from

$Properties.workflowType