Class: ChildWorkflowExecutionTimedOutEventAttributes
history.v1.ChildWorkflowExecutionTimedOutEventAttributes
Represents a ChildWorkflowExecutionTimedOutEventAttributes.
Implements
Constructors
constructor
• new ChildWorkflowExecutionTimedOutEventAttributes(properties?
): ChildWorkflowExecutionTimedOutEventAttributes
Constructs a new ChildWorkflowExecutionTimedOutEventAttributes.
Parameters
Name | Type | Description |
---|---|---|
properties? | IChildWorkflowExecutionTimedOutEventAttributes | Properties to set |
Returns
ChildWorkflowExecutionTimedOutEventAttributes
Properties
initiatedEventId
• initiatedEventId: Long
Id of the START_CHILD_WORKFLOW_EXECUTION_INITIATED
event which this event corresponds to
Implementation of
IChildWorkflowExecutionTimedOutEventAttributes.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
IChildWorkflowExecutionTimedOutEventAttributes.namespace
namespaceId
• namespaceId: string
ChildWorkflowExecutionTimedOutEventAttributes namespaceId.