After cloning this project follow these steps.
- Load
cain
dependency viamix deps.get
. - Deploy the model in
priv/demo.bpmn
to your running Camunda instance. - Adjust the url in
config/config.exs
. - Start this application via
iex -S mix
. - Start an instance.
iex> Example.start_process_instance("test")
- Start the worker.
iex> WorkerCode.start_link()