DCWorkflowDefinition_listObjectActions: Always return a vector.
Vincent Pelletier authored
Simplifies callers, as they then do not have to test for None.
Also, use sort(key=...), which removes the need for internal 2-tuple
wrapping & unwrapping of all result entries.
Also, coding style (helps line-based profiling readability) & better
naming.
e793b164