Recreate a workflow on a different Task Queue to move from one version to another

Hi Temporal,

Just wondering is there anyway for an old running workflow to be migrated and rerun on a new task queue. And on this task queue only a new version of workflow is running.

Best regards,
Jx

Workflow reset feature doesnt yet support defining different task queue, see issue here.

How many running workflows of this workflow type (or across different workflow types) do you need to move over? Assume these are long-running workflows and you want them to continue from where they left off on different task queue or do you need them to start from beginning?

You can get the workflow arguments from the workflow execution history and start a new workflow.

Hi Tihomir,

The issue we are facing is the previous data already stored, checked and handled in database, and even stored and handled in other applications, which they don’t support same transaction to be processed again. Just checking is there any way to continue from where they left off on different task queue?

Best regards,
Jx

This feature is not yet available.

1 Like