Interface: ITerminateActivityExecutionRequest
workflowservice.v1.ITerminateActivityExecutionRequest
Properties of a TerminateActivityExecutionRequest.
Hierarchy
-
↳
ITerminateActivityExecutionRequest
Properties
activityId
• Optional activityId: null | string
TerminateActivityExecutionRequest activityId
Inherited from
identity
• Optional identity: null | string
The identity of the worker/client.
Inherited from
namespace
• Optional namespace: null | string
TerminateActivityExecutionRequest namespace
Inherited from
reason
• Optional reason: null | string
Reason for requesting the termination, recorded in in the activity's result failure outcome.
Inherited from
requestId
• Optional requestId: null | string
Used to de-dupe termination requests.
Inherited from
runId
• Optional runId: null | string
Activity run ID. If empty, targets the latest run.