Skip to main content

Interface: IStartChildWorkflowExecutionFailedEventAttributes

history.v1.IStartChildWorkflowExecutionFailedEventAttributes

Properties of a StartChildWorkflowExecutionFailedEventAttributes.

Hierarchy

  • $Properties

    IStartChildWorkflowExecutionFailedEventAttributes

Properties

cause

Optional cause: null | StartChildWorkflowExecutionFailedCause

StartChildWorkflowExecutionFailedEventAttributes cause

Inherited from

$Properties.cause


control

Optional control: null | string

Deprecated.

Inherited from

$Properties.control


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

StartChildWorkflowExecutionFailedEventAttributes namespaceId

Inherited from

$Properties.namespaceId


workflowId

Optional workflowId: null | string

StartChildWorkflowExecutionFailedEventAttributes workflowId

Inherited from

$Properties.workflowId


workflowTaskCompletedEventId

Optional workflowTaskCompletedEventId: null | Long

The WORKFLOW_TASK_COMPLETED event which this command was reported with

Inherited from

$Properties.workflowTaskCompletedEventId


workflowType

Optional workflowType: null | $Properties

StartChildWorkflowExecutionFailedEventAttributes workflowType

Inherited from

$Properties.workflowType