Skip to main content

Interface: IExternalWorkflowExecutionCancelRequestedEventAttributes

history.v1.IExternalWorkflowExecutionCancelRequestedEventAttributes

Properties of an ExternalWorkflowExecutionCancelRequestedEventAttributes.

Hierarchy​

  • $Properties

    ↳ IExternalWorkflowExecutionCancelRequestedEventAttributes

Properties​

initiatedEventId​

• Optional initiatedEventId: null | Long

id of the REQUEST_CANCEL_EXTERNAL_WORKFLOW_EXECUTION_INITIATED event this event corresponds to

Inherited from​

$Properties.initiatedEventId


namespace​

• Optional namespace: null | string

Namespace of the to-be-cancelled workflow. SDKs and UI tools should use namespace field but server must use namespace_id only.

Inherited from​

$Properties.namespace


namespaceId​

• Optional namespaceId: null | string

ExternalWorkflowExecutionCancelRequestedEventAttributes namespaceId

Inherited from​

$Properties.namespaceId


workflowExecution​

• Optional workflowExecution: null | $Properties

ExternalWorkflowExecutionCancelRequestedEventAttributes workflowExecution

Inherited from​

$Properties.workflowExecution