fjtirado opened a new issue, #3733:
URL: https://github.com/apache/incubator-kie-kogito-runtimes/issues/3733

   ### Description
   
   The existing serverless workfloe parser is designed to fail as soon as 
possible to not waste resources. 
   So, when an error is found the parser is aborted. 
   That means that if a workflow contain several errors, only the first one is 
reported. 
   Thats not good in some situations where iteration of changes is costly, like 
IA generators. 
   Therefore, we should modify the parser to collect as much errors as possible 
without changing the overall desing. 
   
   ### Implementation ideas
   
   _No response_


-- 
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