Uploaded image for project: 'jBPM'
  1. jBPM
  2. JBPM-9755

BPMN Editor - Support for node/events metadata attributes

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Done
    • Icon: Major Major
    • None
    • None
    • Designer
    • 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), 2021 Week 31-33 (from Aug 2)

      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>
      

      UI:

        1. metadata.png
          19 kB
          Wagner Lemos

            josephblt Wagner Lemos (Inactive)
            josephblt Wagner Lemos (Inactive)
            Dominik Hanak Dominik Hanak
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: