10-19-2012 11:25 AM
04-29-2013 05:00 AM
<intermediateCatchEvent id="myIntermediateCatchEvent" >
<XXXEventDefinition/>
<dataOutputAssociation>
<targetRef>dataOutputOfProcess</targetRef>
<transformation>${dataOutputOfServiceTask.prettyPrint}</transformation>
</dataOutputAssociation>
</intermediateCatchEvent>
<intermediateCatchEvent id="catchSignalEvent" name="On Alert">
<!– signal event definition –>
<XXXEventDefinition" />
<dataInputAssociation>
<sourceRef>PrefixVariable</sourceRef>
<targetRef>prefix</targetRef>
</dataInputAssociation>
<dataInputAssociation>
<sourceRef>SuffixVariable</sourceRef>
<targetRef>suffix</targetRef>
</dataInputAssociation>
</intermediateCatchEvent>
05-06-2013 08:38 AM
05-08-2013 08:04 AM
05-08-2013 09:26 AM
<intermediateCatchEvent id="myErrorIntermediateCatcher">
<extensionElements>
<activitiayload name="event_var" targetVariable="process_target_var" />
<activitiayload name="${event_var}" targetVariable="process_target_var2" />
</extensionElements>
<errorEventDefinition errorRef="myError" />
</intermediateCatchEvent>
These both have REQUIRED attributes[sourceRef and targetRef] which refer to
itemAwareElements. To be consistent with the metamodel, this will require the following additional elements ioSpecification, inputSet, outputSet, Data Input, Data Output. When a BPMN editor draws a Data
Association to an Activity or Event it should generate this supporting invisible substructure. Otherwise, the
metamodel would have to be changed to make sourceRef and targetRef optional or allow reference to
non-itemAwareElements, e.g., Activity and Event.
05-08-2013 10:29 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.