View Single Post
  #1  
Old 08-27-2009, 09:06 AM
tscdsb tscdsb is online now
Registered User
 
Join Date: 02-02-2004
Posts: 2
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.
Reply With Quote