-
Bug
-
Resolution: Not a Bug
-
Major
-
7.12.0.GA
Summary
https://issues.redhat.com/browse/BAPL-1936 added support for metadata attributes for all nodes. While activities have following metadata added by default, but not shown in metadata attribute widget.
<drools:metaData name="elementname">
<drools:metaValue><![CDATA[Sub-process]]></drools:metaValue>
</drools:metaData>
Other nodes do not have these added by default and users need to specify them.
Other nodes are of folowing types -> event, intermediate event, gateway.
Event node:
<bpmn2:intermediateCatchEvent id="_4A00D66E-E757-4721-BFC6-07548F1DA6E5"> <bpmn2:extensionElements> <drools:metaData name="metadataTimerCatching"> <drools:metaValue><![CDATA[CATCH_FIRE_AFTER_10S]]></drools:metaValue> </drools:metaData> </bpmn2:extensionElements> <bpmn2:incoming>_7AE4B0CC-0CCA-429C-BBF8-85FEAD082B15</bpmn2:incoming> <bpmn2:outgoing>_9DBF4AC4-FFD5-49D9-B452-713677167004</bpmn2:outgoing> <bpmn2:timerEventDefinition id="_-RraD_jzEeuyZI0KlWY_XQ">
Acceptance criteria
All nodes have `elementname` metatdata attributes by default.
- clones
-
KOGITO-5678 Metadata atrribute 'elementname' not present for events, intermediate events & gateways by default
- Closed