You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding workflow.current_step_uuid() would simplify writing idempotent workflows. Instead of generating a random ID and checkpointing it in a previous step, the user can simply get the current_step_uuid, which we can guarantee is stably unique across step retries.