Class ContentCurrentStepCondition

  • All Implemented Interfaces:
    com.opensymphony.workflow.Condition, LogEnabled, Serviceable

    public class ContentCurrentStepCondition
    extends AbstractContentWorkflowComponent
    implements com.opensymphony.workflow.Condition
    OSWorkflow condition to test the current step of a content The following configuration have to be used:
     <condition type="avalon">
       <arg name="role">org.ametys.cms.workflow.ContentCurrentStepCondition</arg>
       <arg name="step">2</arg>
     </condition>