Skip to main content

Interface: ITerminateWorkflowExecutionRequest

workflowservice.v1.ITerminateWorkflowExecutionRequest

Properties of a TerminateWorkflowExecutionRequest.

Hierarchy

Properties

details

Optional details: null | $Properties

Serialized additional information to attach to the termination event

Inherited from

$Properties.details


firstExecutionRunId

Optional firstExecutionRunId: null | string

If set, this call will error if the most recent (if no run id is set on workflow_execution), or specified (if it is) workflow execution is not part of the same execution chain as this id.

Inherited from

$Properties.firstExecutionRunId


identity

Optional identity: null | string

The identity of the worker/client

Inherited from

$Properties.identity


Optional links: null | $Properties[]

Links to be associated with the WorkflowExecutionTerminated event.

Inherited from

$Properties.links


namespace

Optional namespace: null | string

TerminateWorkflowExecutionRequest namespace

Inherited from

$Properties.namespace


reason

Optional reason: null | string

TerminateWorkflowExecutionRequest reason

Inherited from

$Properties.reason


workflowExecution

Optional workflowExecution: null | $Properties

TerminateWorkflowExecutionRequest workflowExecution

Inherited from

$Properties.workflowExecution