Ability to Skip Steps

If we’re in the middle of editing a step but want to be able to run the rest of the workflow, it would be nice to be able to flip a switch to force the Thunk to skip the step. (Not as a criticism – as a suggestion or thought: there are many features that would benefit from having hard switches instead of relying on the AI to heed what you write as free-text – this is an example of one!) :blush:

Thank you, Thunk! (And again, don’t feel like you need to respond to everything… I just am trying to help throw ideas out there.)

Great feedback @Rachel , thanks.

Suggestions (and criticism also) help us a lot.

In the midst of debugging, if you want to skip a step for one particular workitem/”row”, you can move its state to the next state. Click on the state

then change the status …

This just helps move you past one or more steps for just this one row. So it doesn’t bypass the step for subsequent rows. We’ll look into how to make that sort of thing available (some kind of “disable” flag for a step in the flow)

Hi Praveen – yes, changing the status would require we wait till it gets to the step we want it to skip, and timing it correctly so that we skip it before it completes the step (unless it fails the step and is stuck there – then timing isn’t a worry). The “disable” flag sounds great! And thank you for your reply!