kbowers-ibm commented on PR #3555:
URL: 
https://github.com/apache/incubator-kie-tools/pull/3555#issuecomment-4563987769

   Hi @ljmotta 
   Thanks for the feedback!
   
   > Create the correlation first, update the process id later. I've started 
replicating the same file with a different processId. After I've renamed the 
processId to match the orignal file I've realized the processRef from the 
participant element wasn't updated accordingly, resulting in a build error.
   
   I've fixed this and will create a ticket for it shortly.
   
   > Creating a data output on the message node will update the message 
itemRef, overriding the correlation itemRef.
   
   This was a mistake, the message itemRef has nothing to do with correlations 
and is solely controlled by the data mapping. I've removed the all code 
relating to changing the messages itemRef through correlations.
   
   > It is currently possible to create multiple output mappings on a Message 
event, but only the last one is actually applied to the itemRef.
   
   It's now only possible to create one data mapping on messages nodes, 
following the functionality of the old bpmn editor.
   
   > What should the itemRef be when a message event contains multiple output 
mappings?
   
   No longer possible 
   
   > What should the itemRef be when both correlation and output mappings are 
defined?
   
   Only output mappings determines the itemRef
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to