You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The existing serverless workflow 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 design.
Implementation ideas
No response
The text was updated successfully, but these errors were encountered:
* [Fixapache#3733] Collecting more than one error message
* [Fixapache#3733] Including process validation check
* [Fixapache#3733] Adding transition check
Description
The existing serverless workflow 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 design.
Implementation ideas
No response
The text was updated successfully, but these errors were encountered: