Effect CommunityEC
Effect Community5mo ago
2 replies
safareli

Executing Workflows in a Database Transaction with Effect Typescript

Hi everyone, since workflows are all stored in pg, is it possible to execute/fork a workflow in a db transaction next to other db writes i could be doing? as I see now workflow.execute only accepts the payload but for this to work afaik a db connection needs to be passed or something,

thanks!
Was this page helpful?