josedee opened a new issue, #1932: URL: https://github.com/apache/incubator-kie-issues/issues/1932
Some process node types don't set a name during codegen (eg Link events), when a process reaches one of those node instances, it's indexed in data-index without a name. Since Data Index graphql schema defines name as not null all queries that require a node instance name will fail (ej: Process Details in Dev UI or MGMT Console). We should find out which nodes are initialized without a name and we should be able to set a default one if no name is provided in the bpmn file.  -- 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]
