Skip to main content

Interface: ISignalWorkflow

coresdk.workflow_activation.ISignalWorkflow

Properties of a SignalWorkflow.

Hierarchy

Properties

headers

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

Headers attached to the signal

Inherited from

$Properties.headers


identity

Optional identity: null | string

Identity of the sender of the signal

Inherited from

$Properties.identity


input

Optional input: null | $Properties[]

SignalWorkflow input

Inherited from

$Properties.input


signalName

Optional signalName: null | string

SignalWorkflow signalName

Inherited from

$Properties.signalName