Class: ChildWorkflowExecutionCompletedEventAttributes
history.v1.ChildWorkflowExecutionCompletedEventAttributes
Represents a ChildWorkflowExecutionCompletedEventAttributes.
Implements
Constructors
constructor
• new ChildWorkflowExecutionCompletedEventAttributes(properties?): ChildWorkflowExecutionCompletedEventAttributes
Constructs a new ChildWorkflowExecutionCompletedEventAttributes.
Parameters
| Name | Type | Description |
|---|---|---|
properties? | IChildWorkflowExecutionCompletedEventAttributes | Properties to set |
Returns
ChildWorkflowExecutionCompletedEventAttributes
Properties
initiatedEventId
• initiatedEventId: Long
Id of the START_CHILD_WORKFLOW_EXECUTION_INITIATED event which this event corresponds to
Implementation of
IChildWorkflowExecutionCompletedEventAttributes.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
IChildWorkflowExecutionCompletedEventAttributes.namespace
namespaceId
• namespaceId: string
ChildWorkflowExecutionCompletedEventAttributes namespaceId.
Implementation of
IChildWorkflowExecutionCompletedEventAttributes.namespaceId
result
• Optional result: null | IPayloads
ChildWorkflowExecutionCompletedEventAttributes result.
Implementation of
IChildWorkflowExecutionCompletedEventAttributes.result
startedEventId
• startedEventId: Long
Id of the CHILD_WORKFLOW_EXECUTION_STARTED event which this event corresponds to
Implementation of
IChildWorkflowExecutionCompletedEventAttributes.startedEventId
workflowExecution
• Optional workflowExecution: null | IWorkflowExecution
ChildWorkflowExecutionCompletedEventAttributes workflowExecution.
Implementation of
IChildWorkflowExecutionCompletedEventAttributes.workflowExecution
workflowType
• Optional workflowType: null | IWorkflowType
ChildWorkflowExecutionCompletedEventAttributes workflowType.
Implementation of
IChildWorkflowExecutionCompletedEventAttributes.workflowType
Methods
toJSON
▸ toJSON(): Object
Converts this ChildWorkflowExecutionCompletedEventAttributes to JSON.
Returns
Object
JSON object
create
▸ create(properties?): ChildWorkflowExecutionCompletedEventAttributes
Creates a new ChildWorkflowExecutionCompletedEventAttributes instance using the specified properties.
Parameters
| Name | Type | Description |
|---|---|---|
properties? | IChildWorkflowExecutionCompletedEventAttributes | Properties to set |