How pyFirstRun flag is getting set in the runtime?
Hi Team, I created one utility and in that I am copying the work object detail to temporary page and after some steps I am copying details from temporary page to pyWorkPage then I am removing the temporary page, in this scenario once flow is idle recalculateandsave activity is not called then find out pyFirstRun flag was true in this case, if I add the same utility in different flow when the control is going back to the calling flow pyFirstRun flag was setting to false, so just wanted to know how this pyFirstRun flag value is determined in the run time, please advice