Skip to main content

Interface: ITerminateActivityExecutionRequest

workflowservice.v1.ITerminateActivityExecutionRequest

Properties of a TerminateActivityExecutionRequest.

Hierarchy

Properties

activityId

Optional activityId: null | string

TerminateActivityExecutionRequest 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

TerminateActivityExecutionRequest namespace

Inherited from

$Properties.namespace


reason

Optional reason: null | string

Reason for requesting the termination, recorded in in the activity's result failure outcome.

Inherited from

$Properties.reason


requestId

Optional requestId: null | string

Used to de-dupe termination requests.

Inherited from

$Properties.requestId


runId

Optional runId: null | string

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

Inherited from

$Properties.runId