Skip to main content

Interface: ISignalExternalWorkflowExecutionCommandAttributes

command.v1.ISignalExternalWorkflowExecutionCommandAttributes

Properties of a SignalExternalWorkflowExecutionCommandAttributes.

Implemented by

Properties

childWorkflowOnly

Optional childWorkflowOnly: null | boolean

Set this to true if the workflow being cancelled is a child of the workflow originating this command. The request will be rejected if it is set to true and the target workflow is not a child of the requesting workflow.


control

Optional control: null | string

Deprecated


execution

Optional execution: null | IWorkflowExecution

SignalExternalWorkflowExecutionCommandAttributes execution


Optional header: null | IHeader

Headers that are passed by the workflow that is sending a signal to the external workflow that is receiving this signal.


input

Optional input: null | IPayloads

Serialized value(s) to provide with the signal.


namespace

Optional namespace: null | string

SignalExternalWorkflowExecutionCommandAttributes namespace


signalName

Optional signalName: null | string

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