Hi,
I'm using Activiti Modeler and can't seem to find locations in the property editor on the right hand side to enter attributes in the 'activiti' namespace, such as
activiti:candidateUsers="…"
activiti:expression="…"
activiti:collection="…"
to the BPMN constructs.
If I hand-edit the *.bpmn20.xml files to add these constructs, they execute as expected in the process engine, but I still can't see them in the Modeler when I load the files back in.
Am I missing something, or is this not supported in the web-based editor? (Currently, i'm unable to use the eclipse editor due to incompatibilities with other packages.)
Also, is there a list of BPMN constructs that the Modeler supports (and places in the XML file) that the process engine doesn't like? As an example, the process engine gave exceptions for 'collaborations' and 'intermediateCatchEvents' when it encountered them in a process file during loading.
Thanks in advance.
BD