Uploaded image for project: 'Kogito'
  1. Kogito
  2. KOGITO-2313

BPMN Editor - Support for node/events metadata attributes

XMLWordPrintable

    • 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>
      

      UI:

            josephblt Wagner Lemos (Inactive)
            cnicolai@redhat.com Cristiano Nicolai
            Dominik Hanak Dominik Hanak
            Dominik Hanak Dominik Hanak
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: