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

Missing structureref type for service task in VSCode BPMN editor

    XMLWordPrintable

Details

    • 2019 Week 47-49 (from Nov 18), 2019 Week 50-52 (from Dec 9)

    Description

      The MessageIn/Out will not be used any more starting from Kogito (still supported in Business Central version), the implementation of Service Task can red MessageIn/Out will not be written.
      For example for attached process testFlight.bpmn2 should be removed next lines (attention on InMessage and OutMessage, the rest part of the ID generates randomly):

      <bpmn2:itemDefinition id='_25ADBBE9-1825-4910-99C5-1409422D46AB_InMessageType' structureRef='org.acme.travels.Trip'/>
      <bpmn2:itemDefinition id='_25ADBBE9-1825-4910-99C5-1409422D46AB_OutMessageType' structureRef='org.acme.travels.Trip'/>
      <bpmn2:message id='_25ADBBE9-1825-4910-99C5-1409422D46AB_InMessage' itemRef='_25ADBBE9-1825-4910-99C5-1409422D46AB_InMessageType'/>
      <bpmn2:message id='_25ADBBE9-1825-4910-99C5-1409422D46AB_OutMessage' itemRef='_25ADBBE9-1825-4910-99C5-1409422D46AB_OutMessageType'/>
      
      and
      
      <bpmn2:inMessageRef>_25ADBBE9-1825-4910-99C5-1409422D46AB_InMessage</bpmn2:inMessageRef>
      <bpmn2:outMessageRef>_25ADBBE9-1825-4910-99C5-1409422D46AB_OutMessage</bpmn2:outMessageRef>
      

      Acceptance Criteria

      1. Load attached file in Kogito BPMN editor
      2. Save/Export file back
      3. Lines mentioned above with In/OutMessage will be removed all other content will remain unchanged (except possible changed in randomly generated IDs).

      Attachments

        Issue Links

          Activity

            People

              jenrique@redhat.com Jaime Enriquez (Inactive)
              cnicolai@redhat.com Cristiano Nicolai
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: