Skip to main content

Interface: ISignalExternalWorkflowExecution

coresdk.workflow_commands.ISignalExternalWorkflowExecution

Properties of a SignalExternalWorkflowExecution.

Hierarchy

Properties

args

Optional args: null | $Properties[]

Arguments for the handler

Inherited from

$Properties.args


childWorkflowId

Optional childWorkflowId: null | string

The desired target must be a child of the issuing workflow, and this is its workflow id

Inherited from

$Properties.childWorkflowId


headers

Optional headers: null | { [k: string]: $Properties; }

Headers to attach to the signal

Inherited from

$Properties.headers


seq

Optional seq: null | number

Lang's incremental sequence number, used as the operation identifier

Inherited from

$Properties.seq


signalName

Optional signalName: null | string

Name of the signal handler

Inherited from

$Properties.signalName


target

Optional target: "workflowExecution" | "childWorkflowId"

What workflow is being targeted

Inherited from

$Properties.target


workflowExecution

Optional workflowExecution: null | $Properties

A specific workflow instance

Inherited from

$Properties.workflowExecution