Using Workflows Without @effect/cluster for Non-Distributed Systems
Posting here as it seems there is no dedicated channel for workflows.
In this talk (https://www.youtube.com/watch?v=4lEDdMuTDJg) it is mentioned that we can use workflows without using @effect/cluster which is definitively something I'm interesting in. Indeed the benefits of workflows goes behind the "solving transactional operations in a distributed system" IMHO. The ability for the workflow to be interrupted and restarted by keeping the result of successful activities and play it again is interesting to.
I was wondering if someone already did am implementation of WorkflowEngine to run outside of a cluster (e.g. along side the WebServer). I feel that investing into @effect/cluster given I have no scaling need for now and the small amount of documentation about it wouldn't be a good idea for now
In this talk (https://www.youtube.com/watch?v=4lEDdMuTDJg) it is mentioned that we can use workflows without using @effect/cluster which is definitively something I'm interesting in. Indeed the benefits of workflows goes behind the "solving transactional operations in a distributed system" IMHO. The ability for the workflow to be interrupted and restarted by keeping the result of successful activities and play it again is interesting to.
I was wondering if someone already did am implementation of WorkflowEngine to run outside of a cluster (e.g. along side the WebServer). I feel that investing into @effect/cluster given I have no scaling need for now and the small amount of documentation about it wouldn't be a good idea for now
