Where can I find detailed instructions for using Pipedream's 'Replay' feature and does it consider corrections made after an error?

This topic was automatically generated from Slack. You can find the original thread here.

Hello Everyone,

Is there detailed documentation or best practices on the workings of Pipedream’s ‘Replay’ feature, deployment, revisions, and general usage/how it works? This is all I am seeing on this topic.

I am working with a workflow that failed midway through the process, (an error occurred due to a date format issue in a node step). I corrected the error, deployed the changes, and then selected ‘replay’ in the inspector. However, it seemed to run the original node step, causing the error I had corrected.

I have questions on how this works that I am hoping the resources requested addresses (or if someone could clarify here)

• Does the replay feature execute all steps within a workflow, including those that previously succeeded? Alternatively, is it possible to replay a workflow starting from the failed step onwards? (ie.; workflow: Step 1. Create SFDC record → Step2-4….misc steps → 5. format date (error) → Step 6-9….misc steps… → Step 10end. if replayed will can i avoid duplicate step 1-4?
• Does the replay function consider the corrections made? or Is there a version/revision setting i need config after I modify a step? or, if I select an execution in the inspector AND then select edit button (next to a step), i this diffent from edit button (from the top right)?

Hi • The replay will execute ALL steps in the workflow. Unless you disable that step, then it won’t be run
• The replay will use your latest deployed workflow version (you can easily verify this by creating a workflow with a code step. You can see your deployed workflow versions in your workflow Deployment tab). If you faced the same issue per your previous version, then I think your fix might not correct.