signal_workflow
Signal a running Temporal workflow execution by ID, using a signal name and optional JSON arguments to trigger its defined handler.
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 |