What happens with tasks in middle of execution that have a delay, when workflow actions are changed?

Status: Closed · Asked by avielchik on · 0 views

avielchik — Question ·

I have a workflow that i have updated while it was executing many times for incoming webhooks, the issue is they are stuck at a delay after i've updated the workflow and changed the actions. What to do with it?
1. Can i re-execute them with the updated workflow?
2. How can i re-execute them to run at least with the old workflow? (it has worked, just improved it with a router)
3. What to do if i can't do any of those?

Arshita — Reply ·

Hey @avielchik

1. Can i re-execute them with the updated workflow?

Yes, you can re-execute the webhooks with the updated workflow.

2. How can i re-execute them to run at least with the old workflow? (it has worked, just improved it with a router)

If you wish to re-execute the webhooks with the old workflow, unfortunately, it may not be possible.
However, you can create a copy of the old workflow and execute the webhooks with that copy.

avielchik — Reply ·

How do i re-execute using the updated workflow?

Arshita — Reply ·

Hey @avielchik

Once you have updated the workflow, go to the Task History and choose the specific task that you wish to re-execute.

Within the workflow, locate and click on the "Re-Execute" button.

This process allows the workflow to run using the most recent changes and configurations you have made.

Back to all forum threads · Log in to reply