Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 697 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 697 Bytes

WorkflowMetal

CI

Workflow engine based on PetriNet

Installation

If available in Hex, the package can be installed by adding workflow_metal to your list of dependencies in mix.exs:

def deps do
  [
    {:workflow_metal, "~> 0.2.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/workflow_metal.

Test in shell

iex --dot-iex examples/traffic_light.exs -S mix