01-20-2011 12:48 PM
01-21-2011 03:49 AM
Is it possible to add own extensions in the activiti-bpmn-extensions-5.0.xsd? Or when is that allowed?The rule here is that when a new element is added in a certain release, you must create a newer xsd (ie activiti-bpmn-extensions-5.2.xsd).
Or do we have to work with the existing ones?
01-21-2011 04:29 AM
<callActivity id="callCheckCreditProcess" name="Check credit" calledElement="checkCreditProcess">
<extensionElements>
<activiti:dataInput name="x" expression="#{myVar.x}" />
<activiti:dataInput name="y" stringValue="test" />
<activiti:dataInput name="z" variable="z" />
</extensionElements>
</callActivity>
01-21-2011 05:45 AM
01-21-2011 05:49 AM
01-21-2011 06:02 AM
<dataInputAssociation>
<sourceRef>NewCounterValueVariable</sourceRef>
<targetRef>value</targetRef>
</dataInputAssociation>
<ioSpecification>
<dataInput itemSubjectRef="tns:setToRequestItem" id="dataInputOfServiceTask" />
<inputSet>
<dataInputRefs>dataInputOfServiceTask</dataInputRefs>
</inputSet>
<outputSet />
</ioSpecification>
<dataInputAssociation>
<sourceRef>dataInputOfProcess</sourceRef>
<targetRef>dataInputOfServiceTask</targetRef>
<assignment>
<from>${dataInputOfProcess.newCounterValue}</from>
<to>${dataInputOfServiceTask.value}</to>
</assignment>
</dataInputAssociation>
01-21-2011 07:49 AM
<dataInputAssociation>
<sourceRef>counter</sourceRef>
<targetRef>newCounter</targetRef>
</dataInputAssociation>
<dataOutputAssociation>
<sourceRef>newCounter</sourceRef>
<targetRef>counter</targetRef>
</dataOutputAssociation>
01-21-2011 07:55 AM
01-21-2011 08:07 AM
01-22-2011 04:55 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.