Class ContentCurrentStepCondition

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

Deprecated.
use AmetysObjectCurrentStepCondition instead with additional argument: <arg name="object-key">org.ametys.cms.repository.Content</arg>
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>