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