Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 872 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 872 Bytes

Redmine BPM Integration

Stories in Ready Code Climate Dependency Status

This is a plugin for integrating Redmine with Activiti BPM.

Check the 'Activiti BPM Webapp Example' to test this redmine plugin (https://github.com/thalestpires/activiti_bpm_example/).

The Active Record backend requires a jobs table. You can create that table by running the following command:

rails generate delayed_job:active_record rake db:migrate