#1
|
|||
|
|||
Question on group step behavior
Given the following script script snippet:
Group Action1 Process Files Action2 How would I get the group of actions to retry if Action2 were to fail? Action1 produces a set of files that are then validated by Action2 in the Process Files step. If the validation fails I want to retry the group of actions (as defined in the step settings of the Group step). Will the failure of Action2 trigger the retry of the Group? Action2 is set to continue on failure. |
#2
|
|||
|
|||
The built-in retry feature operates on the current step, not a previous or parent step. You could do something like the attached for that.
|
#3
|
|||
|
|||
Thanks, that's what I thought.
|
|
|