signal_workflow
Send a signal to a running Temporal workflow. Specify the workflow ID and signal name, and optionally pass arguments as a JSON object.
Instructions
Send a signal to a running workflow
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflow_id | Yes | The workflow execution ID to signal | |
| signal_name | Yes | The name of the signal to send | |
| args | No | Arguments for the signal (as JSON object) |