How to handle a Signal in a Workflow
To send a Signal to the Workflow, use the signal
method from the WorkflowHandle
class.
await handle.signal("some signal")
To send a Signal to the Workflow, use the signal
method from the WorkflowHandle
class.
await handle.signal("some signal")