continue_as_new
Send a signal to restart a workflow execution with new inputs while preserving its execution history.
Instructions
Signal a workflow to continue as new (restart with new inputs while preserving history link)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflow_id | Yes | The workflow ID to continue as new | |
| signal_name | Yes | The signal name to send (must be handled by the workflow to trigger continue-as-new) | |
| signal_args | No | Arguments for the signal that will trigger continue-as-new |