Interface: IChildWorkflowExecutionCanceledEventAttributes
history.v1.IChildWorkflowExecutionCanceledEventAttributes
Properties of a ChildWorkflowExecutionCanceledEventAttributes.
Implemented by
Properties
details
• Optional details: null | IPayloads
ChildWorkflowExecutionCanceledEventAttributes details
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
ChildWorkflowExecutionCanceledEventAttributes namespaceId
startedEventId
• Optional startedEventId: null | Long
Id of the CHILD_WORKFLOW_EXECUTION_STARTED event which this event corresponds to
workflowExecution
• Optional workflowExecution: null | IWorkflowExecution
ChildWorkflowExecutionCanceledEventAttributes workflowExecution
workflowType
• Optional workflowType: null | IWorkflowType
ChildWorkflowExecutionCanceledEventAttributes workflowType