▲ | KraftyOne 2 days ago | ||||||||||||||||
The state can be stored in any Postgres instance, either locally or in any cloud. For code, here's the bare minimum code example for a workflow:
The steps can be any TypeScript function.Then we have a bunch more examples in our docs: https://docs.dbos.dev/. Or if you want to try it yourself download a template:
| |||||||||||||||||
▲ | psadri 2 days ago | parent [-] | ||||||||||||||||
Are there any constraints around which functions can be turned into steps? I assume their state (arguments?) need to be serializable? Also, what happens with versioning? What if I want to deploy new code? | |||||||||||||||||
|