sartography / bpmn-js-spiffworkflow

A BPMN.js extension to improve working with SpiffWorkflow - the python BPMN engine.
MIT License
19 stars 5 forks source link

Feature/user forms #9

Closed danfunk closed 1 year ago

danfunk commented 1 year ago

Added ability to specify the form attributes and pass them through as Spiff Properties to spiffworkflow.

Input looks like this:

image

Output looks like this:

    <bpmn:userTask id="Activity_1ph5x7y" name="confirm contentment">
      <bpmn:extensionElements>
        <spiffworkflow:property name="JSONSchema" value="my_form_schema.json" />
        <spiffworkflow:property name="UISchema" value="my_ui_schema.json" />
      </bpmn:extensionElements>
    </bpmn:userTask>