Skip a Workflow step based on Attribute values
Agile 9.3.5 – I have a client that wants to skip the first Review step after a Pending (Create step), based on 3 values selected within a MultiList attribute that has 10 values. I’m thinking this can be done with Criteria, but what I have tried do far has not worked.
So it’s Create- Review1- Review2- Release. They want to skip Review1 based on one or more of those three values, if they are NOT selected. Seven values SKIP Review1, three values require Review1.
Does anyone have suggestions or solutions?
Thanks!
You can do it through PX . Use sdk method changeStatus() and specify the condition to skip the particular step ..
Hi waynestep,
it´s possible to configure Agile as required:
– set steps to Autopromotion Yes;
– create criteria to each step validating when you need the step and when you don´t
– add approvers to the criteria when you want the step, let approvers blank to others criteria
Should work
My best
Carlos