6 ms·
can anyone point to the "Durable" part? looking at the docs and examples, I see Workflows and Steps and Retries, but I don't see any Durable yet. none of the e
by LewisJEllis 11mo ago
can anyone point to the "Durable" part?
looking at the docs and examples, I see Workflows and Steps and Retries, but I don't see any Durable yet. none of the examples really make it clear how or where anything gets stored
- schniz 11mo agoThat depends on the “world”. We built an adapter interface so you could store the data (and other things) anywhere you want. There are some docs which are wip regarding that: https://useworkflow.dev/docs/deploying/world https://useworkflow.dev/docs/deploying/world
- LewisJEllis 11mo agothanks, helpful read!