Answer the question
In order to leave comments, you need to log in
What bpmn code generation plugins are there in rails?
Task: you need to find a plugin that could generate code from a bpmn file. Preferably with documentation in Russian, English or German.
So far I have only been able to find: https://github.com/rplopes/BPMN-to-Ruby-on-Rails-g...
But I could not figure out his manual (maybe I'm stupid). If anyone can help or explain how this plugin works, I'd be very grateful.
Answer the question
In order to leave comments, you need to log in
look inside the generator.rb file , it looks like the whole generator is there
In particular, the first lines describe how to run it: ruby generator.rb yourproject.bpmn yourproject.sql
Only you need to install the correct version of ruby, rails and other dependencies before that (the author did not indicate which and which versions, you need to guess yourself ). Considering that the last commit was in 2011, you will most likely have to revive this miracle manually, although the code there is not very complicated ... Well, it is advisable to run all this in Linux, because. shell is actively used there
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question