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