Skip to main content

Interface: IChildWorkflowExecutionStartedEventAttributes

history.v1.IChildWorkflowExecutionStartedEventAttributes

Properties of a ChildWorkflowExecutionStartedEventAttributes.

Implemented by

Properties

Optional header: null | IHeader

ChildWorkflowExecutionStartedEventAttributes header


initiatedEventId

Optional initiatedEventId: null | Long

Id of the START_CHILD_WORKFLOW_EXECUTION_INITIATED event which this event corresponds to


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.


namespaceId

Optional namespaceId: null | string

ChildWorkflowExecutionStartedEventAttributes namespaceId


workflowExecution

Optional workflowExecution: null | IWorkflowExecution

ChildWorkflowExecutionStartedEventAttributes workflowExecution


workflowType

Optional workflowType: null | IWorkflowType

ChildWorkflowExecutionStartedEventAttributes workflowType