Are there any rules/consequence to using while loops in a step? I want to retry a step but have ti

Are there any rules/consequence to using while loops in a step?

I want to retry a step but have timers that are dynamic and ever changing so wouldnt really work with the workflow step auto retry config. So i plan to sleep inside a while loop but unsure whether this would have unforeseen consequence as there is no documentation on this type of pattern?
Was this page helpful?