When declaring a workflow step control, we currently need to declare one control for one workflow name.
It could be great to use the same control for several workflows:
<extension id="org.ametys.workflow.WorkflowSteps" point="org.ametys.core.ui.RibbonControlsManager" class="org.ametys.cms.clientsideelement.WorkflowStepsClientSideElement"> <workflow name="workflow1"> [...] </workflow> <workflow name="workflow2"> [...] </workflow> </extension>