Hello,
I have a JobChain with 5 Steps. Is it possible to skip some Steps during submitting the JobChain?
I think about 5 parameters in the JobChain called by the StepNames and when I submit the JobChain I can choose "yes/no" for the different Steps. The Steps have a precondition which analyses this parameters and skippes the Step when parameter=no (e.g. =chainParameters.Step1==='yes' ).
How can I insert the StepNames dynamically in the JobChain-Parameters and the preconditions?
Best regards
Dana