Skip to main content

Interface: ISignalExternalWorkflowExecutionCommandAttributes

command.v1.ISignalExternalWorkflowExecutionCommandAttributes

Properties of a SignalExternalWorkflowExecutionCommandAttributes.

Hierarchy

  • $Properties

    ISignalExternalWorkflowExecutionCommandAttributes

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.

Inherited from

$Properties.childWorkflowOnly


control

Optional control: null | string

Deprecated

Inherited from

$Properties.control


execution

Optional execution: null | $Properties

SignalExternalWorkflowExecutionCommandAttributes execution

Inherited from

$Properties.execution


Optional header: null | $Properties

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

Inherited from

$Properties.header


input

Optional input: null | $Properties

Serialized value(s) to provide with the signal.

Inherited from

$Properties.input


namespace

Optional namespace: null | string

Deprecated. Cross-namespace operations are disabled by default as of server 1.30.1.

Inherited from

$Properties.namespace


signalName

Optional signalName: null | string

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

Inherited from

$Properties.signalName