Class ProcessCurrentStepCondition

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

    public class ProcessCurrentStepCondition
    extends AbstractWorkflowComponent
    implements com.opensymphony.workflow.Condition
    OSWorkflow condition to test the current step of a process The following configuration have to be used:
     <condition type="avalon">
       <arg name="role">org.ametys.plugins.bpm.workflowsdef.ProcessCurrentStepCondition</arg>
       <arg name="step">2</arg>
     </condition>