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 could be found on project's web site.
https://zio-temporal.vhonta.dev
You can find the source code of example workflow in examples directory
- Start temporal server locally with predefined docker-compose file:
docker-compose -f examples/docker-compose.yaml up -d
- Run example from sbt:
sbt examples/run