Reframework Initialization

Is there any part in REFramework where the initialization is done only once??

In case of retry the process is retried from init state, so the value is initialized again and the value in it is changed, So any step to initialize only once

2 Likes

Hi @Sweety_Girl

Yes… There is a part in the INIT state which is run only in the first attempt. In case of an exception and retry, that segment will not execute again and the rest of the iNIT will get executed.

If you check in the init state, you will see a IF condition block that says “If First Run”… You can place the stuff which you need to run only once within it

5 Likes

Thank you @Lahiru.Fernando

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.