Skip to main content

Interface: $Properties

v1.RequestCancelExternalWorkflowExecutionInitiatedEventAttributes.$Properties

Properties of a RequestCancelExternalWorkflowExecutionInitiatedEventAttributes.

Hierarchy

Properties

childWorkflowOnly

Optional childWorkflowOnly: null | boolean

Workers are expected to set this to true if the workflow they are requesting to cancel is a child of the workflow which issued the request


control

Optional control: null | string

Deprecated.


namespace

Optional namespace: null | string

The namespace the workflow to be cancelled lives in. SDKs and UI tools should use namespace field but server must use namespace_id only.


namespaceId

Optional namespaceId: null | string

RequestCancelExternalWorkflowExecutionInitiatedEventAttributes namespaceId


reason

Optional reason: null | string

Reason for requesting the cancellation


workflowExecution

Optional workflowExecution: null | $Properties

RequestCancelExternalWorkflowExecutionInitiatedEventAttributes workflowExecution


workflowTaskCompletedEventId

Optional workflowTaskCompletedEventId: null | Long

The WORKFLOW_TASK_COMPLETED event which this command was reported with