Interface: IChildWorkflowExecutionTimedOutEventAttributes
history.v1.IChildWorkflowExecutionTimedOutEventAttributes
Properties of a ChildWorkflowExecutionTimedOutEventAttributes.
Hierarchy
-
↳
IChildWorkflowExecutionTimedOutEventAttributes
Properties
initiatedEventId
• Optional initiatedEventId: null | Long
Id of the START_CHILD_WORKFLOW_EXECUTION_INITIATED event which this event corresponds to
Inherited from
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
namespaceId
• Optional namespaceId: null | string
ChildWorkflowExecutionTimedOutEventAttributes namespaceId
Inherited from
retryState
• Optional retryState: null | RetryState
ChildWorkflowExecutionTimedOutEventAttributes retryState
Inherited from
startedEventId
• Optional startedEventId: null | Long
Id of the CHILD_WORKFLOW_EXECUTION_STARTED event which this event corresponds to
Inherited from
workflowExecution
• Optional workflowExecution: null | $Properties
ChildWorkflowExecutionTimedOutEventAttributes workflowExecution
Inherited from
workflowType
• Optional workflowType: null | $Properties
ChildWorkflowExecutionTimedOutEventAttributes workflowType