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
Currently, DBOS Python has to use the @DBOS.step decorator if we want to execute a function as a step.
In DBOS TypeScript, we have a powerful DBOS.runStep function, allowing users to run a function as a step (even an inline function) in a workflow without decoration.