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
Is your feature request related to a problem? Please describe.
Currently definition of the tasks transitions graph is a time consuming process that is error prone. If developer makes a typo, he / she has no real indicator that he made an error.
Describe the solution you'd like
It would be good to validate transitions graph either during build time on Knot.X startup, to ensure, that all the edges of the graph exist.
Describe alternatives you've considered
N/A
Additional context
Currently if developer makes a typo while creating a configuration for tasks, he / she has no indicator about incorrect configuration until given transition is executed. The goal of this task would be to create a mechanism that would validate if all the edges of the transitions graph do exist.
For example, currently if there is a transition to non-existing action, there is a runtime issue logged in Knot.X logs:
i.k.f.handler.action.ActionProvider - Could not create initialize proxy [ACTION-NAME] with missing config.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently definition of the tasks transitions graph is a time consuming process that is error prone. If developer makes a typo, he / she has no real indicator that he made an error.
Describe the solution you'd like
It would be good to validate transitions graph either during build time on Knot.X startup, to ensure, that all the edges of the graph exist.
Describe alternatives you've considered
N/A
Additional context
Currently if developer makes a typo while creating a configuration for tasks, he / she has no indicator about incorrect configuration until given transition is executed. The goal of this task would be to create a mechanism that would validate if all the edges of the transitions graph do exist.
For example, currently if there is a transition to non-existing action, there is a runtime issue logged in Knot.X logs:
The text was updated successfully, but these errors were encountered: