Interface: ISignalExternalWorkflowExecutionCommandAttributes
command.v1.ISignalExternalWorkflowExecutionCommandAttributes
Properties of a SignalExternalWorkflowExecutionCommandAttributes.
Hierarchy
-
↳
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
control
• Optional control: null | string
Deprecated
Inherited from
execution
• Optional execution: null | $Properties
SignalExternalWorkflowExecutionCommandAttributes execution
Inherited from
header
• 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
input
• Optional input: null | $Properties
Serialized value(s) to provide with the signal.
Inherited from
namespace
• Optional namespace: null | string
Deprecated. Cross-namespace operations are disabled by default as of server 1.30.1.
Inherited from
signalName
• Optional signalName: null | string
The workflow author-defined name of the signal to send to the workflow.