ljmotta commented on PR #3555: URL: https://github.com/apache/incubator-kie-tools/pull/3555#issuecomment-4512036130
I had two problems while reproducing the `hotel.bpmn` from the `process-event-driven` example. 1. 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 accordlying, resulting in a build error. 2. Create the `message` first, use it on the correlation later. Creating the message on the Event node, and then using it to create the correlation will not properly set the message type reference resulting on a build error. -- 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]
