Action names should not be global
Brought to you by:
jonasbn
I believe that action names should be specific to a workflow, so that they can not clash if you have multiple Workflow definitions. I ran into this in OpenXPKI, which had two actions named 'continue', which were supposed to do different things in different workflows, but only one reference to a class was used.