Skip to main content

Interface: IChildWorkflowExecutionStartedEventAttributes

history.v1.IChildWorkflowExecutionStartedEventAttributes

Properties of a ChildWorkflowExecutionStartedEventAttributes.

Hierarchy

  • $Properties

    IChildWorkflowExecutionStartedEventAttributes

Properties

Optional header: null | $Properties

ChildWorkflowExecutionStartedEventAttributes header

Inherited from

$Properties.header


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

ChildWorkflowExecutionStartedEventAttributes namespaceId

Inherited from

$Properties.namespaceId


workflowExecution

Optional workflowExecution: null | $Properties

ChildWorkflowExecutionStartedEventAttributes workflowExecution

Inherited from

$Properties.workflowExecution


workflowType

Optional workflowType: null | $Properties

ChildWorkflowExecutionStartedEventAttributes workflowType

Inherited from

$Properties.workflowType