Skip to main content

Interface: IRequestCancelActivityExecutionRequest

workflowservice.v1.IRequestCancelActivityExecutionRequest

Properties of a RequestCancelActivityExecutionRequest.

Hierarchy

  • $Properties

    IRequestCancelActivityExecutionRequest

Properties

activityId

Optional activityId: null | string

RequestCancelActivityExecutionRequest activityId

Inherited from

$Properties.activityId


identity

Optional identity: null | string

The identity of the worker/client.

Inherited from

$Properties.identity


namespace

Optional namespace: null | string

RequestCancelActivityExecutionRequest namespace

Inherited from

$Properties.namespace


reason

Optional reason: null | string

Reason for requesting the cancellation, recorded and available via the PollActivityExecution API. Not propagated to a worker if an activity attempt is currently running.

Inherited from

$Properties.reason


requestId

Optional requestId: null | string

Used to de-dupe cancellation requests.

Inherited from

$Properties.requestId


runId

Optional runId: null | string

Activity run ID. If empty, targets the latest run.

Inherited from

$Properties.runId