This is an integration with Temporal workflow based on Java SDK and ZIO.
It allows you to define and use workflows in a Scala way!
The documentation and examples can be found on the project's website.
https://zio-temporal.vhonta.dev
You can find the source code of the example workflow in examples directory. To create & start a Temporal cluster, it is required to install Temporal CLI.
- Start the Temporal cluster
make start-temporal
- Run example from sbt:
sbt examples/run