https://github.com/around25/hashiru-bpmn
A BPMN execution engine in Elixir
https://github.com/around25/hashiru-bpmn
Last synced: about 1 year ago
JSON representation
A BPMN execution engine in Elixir
- Host: GitHub
- URL: https://github.com/around25/hashiru-bpmn
- Owner: Around25
- License: other
- Created: 2017-09-19T17:42:40.000Z (almost 9 years ago)
- Default Branch: develop
- Last Pushed: 2024-02-14T21:32:22.000Z (over 2 years ago)
- Last Synced: 2025-05-15T16:17:18.116Z (about 1 year ago)
- Language: Elixir
- Homepage:
- Size: 45.9 KB
- Stars: 14
- Watchers: 5
- Forks: 5
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Hashiru Bpmn Engine
[](https://travis-ci.org/Around25/hashiru-bpmn)
[](https://hex.pm/packages/bpmn)
[](https://coveralls.io/github/Around25/hashiru-bpmn?branch=develop)
[](https://gitter.im/hashiru-bpmn/Lobby)
The scope of this project is to create a bpmn2 execution engine that can scale on multiple node in an elixir cluster.
## Table of contents
1. [Instalation](#instalation)
2. [Contributing](CONTRIBUTING.md)
3. [Code of Conduct](CODE_OF_CONDUCT.md)
4. [License](#license)
5. [References](#references)
6. [Documentation](https://hexdocs.pm/bpmn)
## Instalation
The package is [available on Hex](https://hex.pm/packages/bpmn) and it can be installed
by adding `bpmn` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:bpmn, "~> 0.1.0-dev"}]
end
```
## License
Copyright (c) 2017 Around 25 SRL (twitter: [@around25team](https://twitter.com/around25team))
Licensed under the Apache 2.0 license.
## References
* [BPMN 2.0 Documentation](http://www.omg.org/spec/BPMN/2.0/About-BPMN/)
* [Elixir](https://elixir-lang.org/)