Interface: SignalWorkflowInput
workflow.SignalWorkflowInput
Input for WorkflowOutboundCallsInterceptor.signalWorkflow.
Properties
args
• Readonly args: unknown[]
eventGroups
• Optional Readonly eventGroups: EventGroup[]
Event Groups to attach to the signal-external-workflow command, in addition to those active in the current scope. See EventGroup and createEventGroup.
Event Groups is an experimental API and may change without notice.
headers
• Readonly headers: Headers
seq
• Readonly seq: number
signalName
• Readonly signalName: string
target
• Readonly target: { type: "external" ; workflowExecution: IWorkflowExecution } | { childWorkflowId: string ; type: "child" }
typeInfo
• Optional Readonly typeInfo: SignalTypeInfo