How to Continue-As-New in Python
To Continue-As-New in Python, call the continue_as_new()
function from inside your Workflow, which will stop the Workflow immediately and Continue-As-New.
workflow.continue_as_new("your-workflow-name")
To Continue-As-New in Python, call the continue_as_new()
function from inside your Workflow, which will stop the Workflow immediately and Continue-As-New.
workflow.continue_as_new("your-workflow-name")