Drag and Drop / change sequence of event handlers

Maybe it's me but it's a bit annoying that we cannot move the event handlers around, now every time I need to remove and add when I want to change the sequence

image

2 Likes

+1!

And also linking it to this feature request which is connected

Also to note, event handlers are all triggered asynchronously, so if you want to manage the sequence of execution, you need to handle it differently than trying to order the event handlers in the UI (example here).

3 Likes

That's a great point.

For me, I just wanted to make it easier to see them in the list rather than control execution.

Additionally, when I have a large number of event handlers in one place it is usually because they all have disable conditions on them, so only one or two of them might run at any particular time.

2 Likes

Thanks @jg80 for surfacing this! We have a ticket about making this more clear which I've attached.