Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deemount/gobpmnengine
https://github.com/deemount/gobpmnengine
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/deemount/gobpmnengine
- Owner: deemount
- License: mit
- Created: 2024-02-29T15:07:45.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-30T17:21:21.000Z (9 months ago)
- Last Synced: 2024-06-20T21:10:49.998Z (7 months ago)
- Language: Go
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gobpmnEngine
gobpmn is a experimental tool to execute BPMN 2.0 processes
## Wiki
Read the [documentation](https://github.com/deemount/gobpmn/wiki)
## Modules
+ [gobpmnTypes](https://github.com/deemount/gobpmnTypes)
+ [gobpmnModels](https://github.com/deemount/gobpmnModels)
+ [gobpmnCamunda](https://github.com/deemount/gobpmnCamunda)
+ [gobpmnDiagram](https://github.com/deemount/gobpmnDiagram)
+ [gobpmnReader](https://github.com/deemount/gobpmnReader)
+ [gobpmnBuilder](https://github.com/deemount/gobpmnBuilder)
+ [gobpmnCounter](https://github.com/deemount/gobpmnCounter)
+ [gobpmnHash](https://github.com/deemount/gobpmnHash)
+ [gobpmnReflection](https://github.com/deemount/gobpmnReflection)## Testing
**Note:** The original code in this repository has been copied to another repository.
You can also test the idea behind it directly. Simply follow the link to the lab+ [gobpmnLab](https://github.com/deemount/gobpmnLab)
## Examples
In addition, a repository with available applications has now been created. Examples for execution are stored here.
+ [gobpmnByExample](https://github.com/deemount/gobpmnByExample)
## Further Links
+ [BPMN Specification](https://www.omg.org/spec/BPMN)
+ [Camunda BPMN](https://camunda.com/bpmn/)
+ [bpmn.io](https://bpmn.io/)Checkout the other projects for BPMN written in Go
+ [gobpm](https://github.com/dr-dobermann/gobpm)
+ [lib-bpmn-engine](https://github.com/nitram509/lib-bpmn-engine)