Skip to main content

Interface: IRequestCancelExternalWorkflowExecutionFailedEventAttributes

history.v1.IRequestCancelExternalWorkflowExecutionFailedEventAttributes

Properties of a RequestCancelExternalWorkflowExecutionFailedEventAttributes.

Hierarchy

  • $Properties

    IRequestCancelExternalWorkflowExecutionFailedEventAttributes

Properties

cause

Optional cause: null | CancelExternalWorkflowExecutionFailedCause

RequestCancelExternalWorkflowExecutionFailedEventAttributes cause

Inherited from

$Properties.cause


control

Optional control: null | string

Deprecated.

Inherited from

$Properties.control


initiatedEventId

Optional initiatedEventId: null | Long

id of the REQUEST_CANCEL_EXTERNAL_WORKFLOW_EXECUTION_INITIATED event this failure corresponds to

Inherited from

$Properties.initiatedEventId


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.

Inherited from

$Properties.namespace


namespaceId

Optional namespaceId: null | string

RequestCancelExternalWorkflowExecutionFailedEventAttributes namespaceId

Inherited from

$Properties.namespaceId


workflowExecution

Optional workflowExecution: null | $Properties

RequestCancelExternalWorkflowExecutionFailedEventAttributes workflowExecution

Inherited from

$Properties.workflowExecution


workflowTaskCompletedEventId

Optional workflowTaskCompletedEventId: null | Long

The WORKFLOW_TASK_COMPLETED event which this command was reported with

Inherited from

$Properties.workflowTaskCompletedEventId