Conditionals and actions are the same?

hariskap

New member
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?

Screenshot 2024-03-18 at 09.43.19.pngScreenshot 2024-03-18 at 09.43.25.png
 
That's correct, with the addition that conditionals can be used with conditional aborts. Beyond that conditionals should not return a status of running since that will lead to undefined behavior.
 
Top