-
Feature Request
-
Resolution: Done
-
Major
-
None
-
Documentation (Ref Guide, User Guide, etc.)
-
2021 Week 19-21 (from May 10), 2021 Week 22-24 (from May 31), 2021 Week 25-27 (from Jun 21), 2021 Week 28-30 (from Jul 12)
The goal is to be able to add generic metadata to all node types in the BPMN editor.
This is a simple table with key-value to support free form text, exactly the same as the metadata attributes provided in the process level, done in KOGITO-988.
Acceptance Criteria
Add possibility to add drools:metaData to all nodes.
XML example:
<bpmn2:intermediateThrowEvent id="_6" name="Throw Sub 1"> <bpmn2:extensionElements> <drools:metaData name="elementname"> <drools:metaValue><![CDATA[Start Sub 1]]></drools:metaValue> </drools:metaData> <drools:metaData name="executeActionAfterComplete"> <drools:metaValue><![CDATA[true]]></drools:metaValue> </drools:metaData> </bpmn2:extensionElements> <bpmn2:incoming>_46</bpmn2:incoming> <bpmn2:outgoing>_77</bpmn2:outgoing> </bpmn2:intermediateThrowEvent>
- is cloned by
-
JBPM-9755 BPMN Editor - Support for node/events metadata attributes
- Resolved
- relates to
-
KOGITO-988 Stunner - [VSCode] Support for process metadata attributes
- Resolved
-
KOGITO-1247 Provide Kogito with support for Case Management (Part 1)
- Closed
-
KOGITO-2335 [Kogito] BPMN Editor - Support for case authoring
- Open