Closed evaachim closed 1 year ago
Some options include using temporal, cadence, or other (open source) workflow frameworks.
Temporal is a workflow engine with a modular architecture. It needs a temporal-service and a worker, and a client. The service coordinates the workers and the workers run the events. Forked from Candece.
Cadence is another workflow engine and the one temporal was forked from. Unlike temporal, it uses a TCP based multiplexing protocol and there is no associated metadata for activities.
A workflow is a way of coordinating logic and using one might help organize the series of tasks needed for Zebra, providing a predefined strategy.