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

Multiple Instance subprocess variable name

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Blocker
    • 7.22.0.Final
    • 7.14.0.Final
    • Designer
    • None
    • 3
    • NEW
    • NEW
    • 2019 Week 17-19

    Description

      I'm trying to use a multiple-instance subprocess with following settings

      MI Collection input = data
      MI Data Input = item

      If I create MI subprocess via Eclipse I got id="item" in inputDataItem element, so in subprocess I have variable item with current value

      <bpmn2:inputDataItem xsi:type="bpmn2:tDataInput" id="item" itemSubjectRef="ItemDefinition_610" name="item"/>
      

      And if I create subprocess via online editor, then I got id="_F5E01F15-F1E8-4101-81F9-6F0CAB1A32D2_itemInputX" and name of the variable with current value is _F5E01F15-F1E8-4101-81F9-6F0CAB1A32D2_itemInputX.

       <bpmn2:inputDataItem xsi:type="bpmn2:tDataInput" id="_F5E01F15-F1E8-4101-81F9-6F0CAB1A32D2_itemInputX" name="item"/>
      

      I think, it's incorrect generation of variable name

      Attachments

        Activity

          People

            rhn-support-tsurdilo Tihomir Surdilovic (Inactive)
            nanson Rusty Shackleford (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: