https://github.com/byzanteam/workflow_metal
Workflow engine based on PetriNet
https://github.com/byzanteam/workflow_metal
petri-net workflow
Last synced: 5 months ago
JSON representation
Workflow engine based on PetriNet
- Host: GitHub
- URL: https://github.com/byzanteam/workflow_metal
- Owner: Byzanteam
- Created: 2020-03-11T04:17:06.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-06-17T02:35:48.000Z (about 2 years ago)
- Last Synced: 2024-12-18T00:46:31.789Z (6 months ago)
- Topics: petri-net, workflow
- Language: Elixir
- Size: 540 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WorkflowMetal

**Workflow engine based on PetriNet**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `workflow_metal` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:workflow_metal, "~> 0.2.0"}
]
end
```Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/workflow_metal](https://hexdocs.pm/workflow_metal).## Test in shell
```shell
iex --dot-iex examples/traffic_light.exs -S mix
```