Class: ChildWorkflowExecutionStartedEventAttributes
history.v1.ChildWorkflowExecutionStartedEventAttributes
Represents a ChildWorkflowExecutionStartedEventAttributes.
Implements
Constructors
constructor
• new ChildWorkflowExecutionStartedEventAttributes(properties?): ChildWorkflowExecutionStartedEventAttributes
Constructs a new ChildWorkflowExecutionStartedEventAttributes.
Parameters
| Name | Type | Description |
|---|---|---|
properties? | IChildWorkflowExecutionStartedEventAttributes | Properties to set |
Returns
ChildWorkflowExecutionStartedEventAttributes
Properties
header
• Optional header: null | IHeader
ChildWorkflowExecutionStartedEventAttributes header.
Implementation of
IChildWorkflowExecutionStartedEventAttributes.header
initiatedEventId
• initiatedEventId: Long
Id of the START_CHILD_WORKFLOW_EXECUTION_INITIATED event which this event corresponds to
Implementation of
IChildWorkflowExecutionStartedEventAttributes.initiatedEventId
namespace
• namespace: string
Namespace of the child workflow.
SDKs and UI tools should use namespace field but server must use namespace_id only.
Implementation of
IChildWorkflowExecutionStartedEventAttributes.namespace
namespaceId
• namespaceId: string
ChildWorkflowExecutionStartedEventAttributes namespaceId.
Implementation of
IChildWorkflowExecutionStartedEventAttributes.namespaceId
workflowExecution
• Optional workflowExecution: null | IWorkflowExecution
ChildWorkflowExecutionStartedEventAttributes workflowExecution.
Implementation of
IChildWorkflowExecutionStartedEventAttributes.workflowExecution
workflowType
• Optional workflowType: null | IWorkflowType
ChildWorkflowExecutionStartedEventAttributes workflowType.
Implementation of
IChildWorkflowExecutionStartedEventAttributes.workflowType