Workflows

This package implements a workflow interpreter based on the Amazon States Language specification.

Installation

This package can be installed by adding workflows to your list of dependencies in mix.exs:

def deps do
  [
    {:workflows, "~> 0.1.0"}
  ]
end

License

This repo is licensed under Apache 2.0.