Sha256: 8bfb4dcaa9431e1be7c193b37a0a282d2b5cc2ae3a0ebcae1ce8f8b85a4f5674
Contents?: true
Size: 371 Bytes
Versions: 19
Compression:
Stored size: 371 Bytes
Contents
Description: Generates BPMN classes for a BPMN XML in the current Rails app. They will be under app/bpmn. It will first validate the bpmn xml to make sure the class names are all populated as expected. Example: rails generate camunda:bpmn_classes bpmn_file This will create: app/bpmn/#{process_key}/class1 app/bpmn/#{process_key}/class2
Version data entries
19 entries across 19 versions & 1 rubygems