Skip to content

timstawowski/cain-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo using cain lib

Setup

After cloning this project follow these steps.

  1. Load cain dependency via mix deps.get.
  2. Deploy the model in priv/demo.bpmn to your running Camunda instance.
  3. Adjust the url in config/config.exs.
  4. Start this application via iex -S mix.
  5. Start an instance.
iex> Example.start_process_instance("test")
  1. Start the worker.
iex> WorkerCode.start_link()

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages