Since you sort-of called for ideas, I'd like to give this one a bump. We're looking at compelling reasons to convert from Control Tier to
Rundeck, and the updated UI is a big one, but what we really need is for
steps to be run in parallel. Control Tier seems to have a better ability to run things in parallel when you have a number of services defined on a number of nodes. Our product suite has a number of components, and when we want to shut down everything on a node we want all the shutdowns to be run in parallel as they have no dependency on each other.
Looking at the feature request mentioned below, you could define a step (sequential/has dependency) or a task (no dependency). Each task could get some identifier and be able to be summarized in the UI like nodes are summarized. As many tasks can be run in parallel as defined by a thread count variable.
Dan