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
Because goroutines execution is non deterministic, to run workflow steps inside goroutines, we need to make the StepID generation deterministic. This could be done with a "durable wg.Go()", for example.