04-20-2016 01:59 AM
04-20-2016 02:11 AM
<userTask id="theTask" name="make profit">
<extensionElements>
<activiti:customResource activiti:name="businessAdministrator">
<resourceAssignmentExpression>
<formalExpression>user(kermit), group(management)</formalExpression>
</resourceAssignmentExpression>
</activiti:customResource>
</extensionElements>
</userTask>
04-20-2016 02:27 AM
04-20-2016 02:49 AM
Also is there an API to access the values set using these extensions or we need to directly parse it from the BPMN2.0 xml?
org.activiti.bpmn.model.BaseElement#extensionElements
after that you can get this extension elements in e.g. org.activiti.engine.impl.bpmn.parser.handler.ServiceTaskParseHandler#executeParse
(serviceTask has extension elements in)I donot see a property titled "extensionElements" for any of the components in the Activiti modeler.I do not know whether editor supports extensionElements. But it should be possible to add them (we did it in our product).
04-20-2016 04:23 AM
04-20-2016 10:24 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.