I'm comparing Activiti's and jBPM's way of handling Human Tasks (User Tasks) and I wonder if there is a way of creating a form in jBPM that can be automatically rendered out of data input associations in BPMN process. In Activiti you can simply use <activiti:field>
attribute, which handles everything. Can I somehow query jBPM's API for data input associations and their types?
0
votes