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
Essentially, if you run npx dbos debug -u <workflow UUID> without specifying a proxy, the code can pull workflow status from the specified Postgres in the dbos-config.yaml file. This mode doesn't allow you to step through transactions, but can easily debug workflows and view outputs from transactions and communicators.
This feature is to mainly support debugging with local Postgres installation, because this mode doesn't try to connect to the cloud provenance DB.
The text was updated successfully, but these errors were encountered:
We recently added a capability in DBOS Transact to support stepping through a workflow without a debug proxy.
Docs: dbos-inc/dbos-docs#109
Transact: dbos-inc/dbos-transact-ts#379
Essentially, if you run
npx dbos debug -u <workflow UUID>
without specifying a proxy, the code can pull workflow status from the specified Postgres in the dbos-config.yaml file. This mode doesn't allow you to step through transactions, but can easily debug workflows and view outputs from transactions and communicators.This feature is to mainly support debugging with local Postgres installation, because this mode doesn't try to connect to the cloud provenance DB.
The text was updated successfully, but these errors were encountered: