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
Refactor workflow sorting method to update steps in order
Modified the `sortSteps` method of `Workflow` to update steps in a sorted order based on keys. This refactor ensures that steps are now updated sequentially according to their sorted keys, aligning with the intended workflow processing order.
0 commit comments