Class: SignalExternalWorkflowExecutionInitiatedEventAttributes
history.v1.SignalExternalWorkflowExecutionInitiatedEventAttributes
Represents a SignalExternalWorkflowExecutionInitiatedEventAttributes.
Properties
childWorkflowOnly
• childWorkflowOnly: boolean
Workers are expected to set this to true if the workflow they are requesting to cancel is a child of the workflow which issued the request
control
• control: string
Deprecated.
header
• Optional header: null | $Properties
SignalExternalWorkflowExecutionInitiatedEventAttributes header.
input
• Optional input: null | $Properties
Serialized arguments to provide to the signal handler
namespace
• namespace: string
Namespace of the to-be-signalled workflow.
SDKs and UI tools should use namespace field but server must use namespace_id only.
namespaceId
• namespaceId: string
SignalExternalWorkflowExecutionInitiatedEventAttributes namespaceId.
signalName
• signalName: string
name/type of the signal to fire in the external workflow