Skip to main content

Interface: ISignalWorkflowExecutionRequest

workflowservice.v1.ISignalWorkflowExecutionRequest

Properties of a SignalWorkflowExecutionRequest.

Implemented by

Properties

control

Optional control: null | string

Deprecated


Optional header: null | IHeader

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


identity

Optional identity: null | string

The identity of the worker/client


input

Optional input: null | IPayloads

Serialized value(s) to provide with the signal


namespace

Optional namespace: null | string

SignalWorkflowExecutionRequest namespace


requestId

Optional requestId: null | string

Used to de-dupe sent signals


signalName

Optional signalName: null | string

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


skipGenerateWorkflowTask

Optional skipGenerateWorkflowTask: null | boolean

Indicates that a new workflow task should not be generated when this signal is received.


workflowExecution

Optional workflowExecution: null | IWorkflowExecution

SignalWorkflowExecutionRequest workflowExecution