Skip to main content

Interface: IRequestCancelActivityExecutionRequest

workflowservice.v1.IRequestCancelActivityExecutionRequest

Properties of a RequestCancelActivityExecutionRequest.

Implemented by

Properties

activityId

Optional activityId: null | string

RequestCancelActivityExecutionRequest activityId


identity

Optional identity: null | string

The identity of the worker/client.


namespace

Optional namespace: null | string

RequestCancelActivityExecutionRequest 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.


requestId

Optional requestId: null | string

Used to de-dupe cancellation requests.


runId

Optional runId: null | string

Activity run ID, targets the latest run if run_id is empty.