This repository keeps Activiti BPM demo processes which could be executed with Hydra Order Management System (homs).
Requirements:
-
Download source code by git:
git clone https://github.com/latera/homs-demo-processes.git
-
Zip each project in separate archive:
ls -d */ | xargs -I{} sh -c 'd=${1%/}; zip -j $d.zip $d/*.bpmn $d/*.yml' -- {}
-
Deploy each project archive via Activiti admin interface: Manage -> Deployments -> Upload new
Copyright (c) 2016 Latera LLC under the Apache License.