|
#1
|
|||
|
|||
How to retry a step (pre 7.0)
Hi all,
I'm looking for a simple (?) way of retrying a step (any step) when it fails. I am using 6.7a, where there is no "More" tab with the retry step (budget freezes not allowing for an upgrade ) I've tried creating a Step script with vbld_StepDone() as the function to perform the logic, however, I seem to be getting stuck. I'm going down the path of checking Builder.StepStatus for vbldStepStatSucceeded, however, I'm not sure how to implement this correctly. Any suggestions/examples available? Thanks, Eric. |
#2
|
|||
|
|||
See attached sample.
|
#3
|
|||
|
|||
Thanks for the quick reply, I was 95% of the way there, was just missing the part where I needed to reset the step status manually.
Cheers! |
|
|