So, I have been working on some situations where I am mixing actions from the action framework, and actual snipppets. My issue is along the lines of this one: Block UI and show message until sforce.connection.remoteFunction() call completes
I would imagine that most users would want each action to wait for the prior on to finish. Technically that would make every action a callback inside the previous one. I think that there should at least be an option on every action with something like “Don’t run the next action until this one finishes”. I think that would be a huge help to everyone using the action framework. Currently I have run into many issues with actions running too early.