Skip to main content

Interface: ITerminateWorkflowExecutionRequest

workflowservice.v1.ITerminateWorkflowExecutionRequest

Properties of a TerminateWorkflowExecutionRequest.

Implemented by

Properties

details

Optional details: null | IPayloads

Serialized additional information to attach to the termination event


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.


identity

Optional identity: null | string

The identity of the worker/client


namespace

Optional namespace: null | string

TerminateWorkflowExecutionRequest namespace


reason

Optional reason: null | string

TerminateWorkflowExecutionRequest reason


workflowExecution

Optional workflowExecution: null | IWorkflowExecution

TerminateWorkflowExecutionRequest workflowExecution