Hi
In my project, I need to create a couple custom function and conditions, I
need to know the Step ID in order for the Function to work, in this case
"1", Is there anyway to get this number, other than define it as an
argument? Since this value is already defined in the <step> tag?
thanks
Ming
<step id="1" name="FirstLevelEvaluation">
<unconditional-result old-status="Finished" status="PendintSecondLevel"
step="2" owner="${currentOwner}">
<post-functions>
<function type="class">
<arg
name="class.name">com.plateausystems.elms.util.process.functions.TrainingApp
rovalFunction</arg>
<arg name="stepId">1</arg>
</function>
</post-functions>
</unconditional-result>
....
</step>