Skip to main content

Interface: IRequestCancelExternalWorkflowExecutionFailedEventAttributes

history.v1.IRequestCancelExternalWorkflowExecutionFailedEventAttributes

Properties of a RequestCancelExternalWorkflowExecutionFailedEventAttributes.

Implemented by

Properties

cause

Optional cause: null | CancelExternalWorkflowExecutionFailedCause

RequestCancelExternalWorkflowExecutionFailedEventAttributes cause


control

Optional control: null | string

Deprecated


initiatedEventId

Optional initiatedEventId: null | Long

id of the REQUEST_CANCEL_EXTERNAL_WORKFLOW_EXECUTION_INITIATED event this failure corresponds to


namespace

Optional namespace: null | string

Namespace of the workflow which failed to cancel. SDKs and UI tools should use namespace field but server must use namespace_id only.


namespaceId

Optional namespaceId: null | string

RequestCancelExternalWorkflowExecutionFailedEventAttributes namespaceId


workflowExecution

Optional workflowExecution: null | IWorkflowExecution

RequestCancelExternalWorkflowExecutionFailedEventAttributes workflowExecution


workflowTaskCompletedEventId

Optional workflowTaskCompletedEventId: null | Long

The WORKFLOW_TASK_COMPLETED event which this command was reported with