|
|
|
|
|
by redact207
2622 days ago
|
|
It's worth clarifying that workflows are generally used to coordinate long running processes that can last up to days - think coordinating receiving an order, picking, dispatch etc. It's not intended to fit within the space of an http request/response. As for should everything be in a module? Idk, but it's a much nicer place to start than microservices |
|