continue_as_new
Trigger a Temporal workflow to continue as new by sending a signal. Restart with new inputs while preserving the history link. Specify workflow ID and signal name.
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 |