Skip to main content

Interface: ISignalWorkflowExecutionRequest

workflowservice.v1.ISignalWorkflowExecutionRequest

Properties of a SignalWorkflowExecutionRequest.

Hierarchy

Properties

control

Optional control: null | string

Deprecated.

Inherited from

$Properties.control


Optional header: null | $Properties

Headers that are passed with the signal to the processing workflow. These can include things like auth or tracing tokens.

Inherited from

$Properties.header


identity

Optional identity: null | string

The identity of the worker/client

Inherited from

$Properties.identity


input

Optional input: null | $Properties

Serialized value(s) to provide with the signal

Inherited from

$Properties.input


Optional links: null | $Properties[]

Links to be associated with the WorkflowExecutionSignaled event.

Inherited from

$Properties.links


namespace

Optional namespace: null | string

SignalWorkflowExecutionRequest namespace

Inherited from

$Properties.namespace


requestId

Optional requestId: null | string

Used to de-dupe sent signals

Inherited from

$Properties.requestId


signalName

Optional signalName: null | string

The workflow author-defined name of the signal to send to the workflow

Inherited from

$Properties.signalName


workflowExecution

Optional workflowExecution: null | $Properties

SignalWorkflowExecutionRequest workflowExecution

Inherited from

$Properties.workflowExecution