Action property for retry count

Hi FinalBuilder,

I can set the MaxRetryCount with action.MaxRetryAttempts on an action, but how can I get the actual retry count?
I can see the the count is in the log (marked with arrows on picture)

But I can’t find the variable where it is stored.

Br

Martin

The retry count is internal to the component and resets after execution. I have exposed it as read only property to scripting :

http://downloads.finalbuilder.com/downloads/finalbuilder/800/FB800_2485.exe

Not the retry won’t help in your example, as it’s unlikely that the expression will correct itself during retries. The retry option is really only intended for use where the error might correct itself, like for example an external server was temporarily unreachable.

Awesome, works like a charme, image was just an example to get the retry count in the log.

Thanks again for yet another fast response.

Martin