domhanak opened a new issue, #2772: URL: https://github.com/apache/incubator-kie-tools/issues/2772
*Summary* ----- When an `eventRef` is defined for an `action` in sonataflow, editor display the reference as undefined when hovering over the icon connected to this. Notably there is some behavior if I use older definitions, probably deprecated syntax now. *Environment* ----- VSCode extension on Linux *Steps to reproduce* ----- 1. Import [OLD_SYNTAX-event-based-service-invocation.sw.json](https://github.com/user-attachments/files/17931199/OLD_SYNTAX-event-based-service-invocation.sw.json) 2. Hover over the icon and see `Action: eventRef: VetAppointmentInfo` AND the file is not syntactically correct as per VSCode syntax checker 3. Open [eventWf.sw.json](https://github.com/user-attachments/files/17931279/eventWf.sw.json) 4. Hover over the icon and see `Action: eventRef: undefined` AND the file is syntactically correct *Actual results* ----- Hover over the icon and see `Action: eventRef: undefined` *Expected results* ----- Hover over the icon and see `Action: eventRef: VetAppointmentInfo` OR Potentially show both `triggerEventRef` and `resultEventRef` for the state. *Testing* ----- Manual verification is sufficient for this case. -- 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]
