My question is based just my curiosity. Except the concept that conditionals are for checking conditions and actions are for behaviours, and the grouping on the ui, do they have any other difference?
It seems conditional and tasks are identical, both of them are empty classes that inherit from task.
I could inherit all of them to be actions or all of them to be conditionals and still would be functioning correctly right? The only difference is the convenience of grouping in the ui and the icon on the editor correct? or there is an underlying behaviour somewhere?


It seems conditional and tasks are identical, both of them are empty classes that inherit from task.
I could inherit all of them to be actions or all of them to be conditionals and still would be functioning correctly right? The only difference is the convenience of grouping in the ui and the icon on the editor correct? or there is an underlying behaviour somewhere?

