Support ukraine zio-temporal-core Scala version support zio-temporal-core Latest snapshot Build status codecov

ZIO Temporal

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

Examples

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.

How to run examples

  1. Start the Temporal cluster
make start-temporal
  1. Run example from sbt:
sbt examples/run