Class ProcessCurrentStepCondition

java.lang.Object
org.ametys.plugins.workflow.AbstractWorkflowComponent
org.ametys.plugins.bpm.workflowsdef.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>