Class: SignalExternalWorkflowExecutionInitiatedEventAttributes
history.v1.SignalExternalWorkflowExecutionInitiatedEventAttributes
Represents a SignalExternalWorkflowExecutionInitiatedEventAttributes.
Implements
Constructors
constructor
• new SignalExternalWorkflowExecutionInitiatedEventAttributes(properties?): SignalExternalWorkflowExecutionInitiatedEventAttributes
Constructs a new SignalExternalWorkflowExecutionInitiatedEventAttributes.
Parameters
| Name | Type | Description |
|---|---|---|
properties? | ISignalExternalWorkflowExecutionInitiatedEventAttributes | Properties to set |
Returns
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
Implementation of
ISignalExternalWorkflowExecutionInitiatedEventAttributes.childWorkflowOnly