10-19-2015 11:59 PM
Hi,
I am creating SequenceFilePostStepRuntimeError callback in my file, i want to check whether particular type of error occures twice in seq then ignore it and execute the next step, but if same error occure 3rd time then go to cleanup.
for this i need to create local static variable which will count the error occurences.
If it is not possible then is there any other solution to achieve it.
10-20-2015 01:50 AM
Hi,
Local static is not supported but you can use fileglobals.
Regards,
Ravi