Calling one utility inside the flow and in the utility copying the work object to temporary page using page copy method then in the same activity copying the details from temporary page to pyWorkPage with this code case is processed and it went to one of the assignment in the flow after that If I resume case from assignment Recalulateandsave activity is not getting called once the flow is idle could anyone please advise what I am doing wrong here
@NathiyaSThe issue you are experiencing may be related to how the flow is designed and how the page context is managed. If the pyWorkPage is not being updated correctly or if the flow is not configured to call the RecalculateAndSave activity when resuming from an assignment, it could lead to the behavior you described. Ensure that the utility you are using correctly updates the pyWorkPage and that the flow is set up to trigger the necessary activities upon resuming. Additionally, check if there are any conditions or configurations in your flow that might prevent the RecalculateAndSave activity from being called after the flow becomes idle.
@thulgThanks for your support. Finally figured out for the cases created with my code changes pyFirstRun flag value is true, when I update this flag to false no issue while resuming the case from the assignment, not sure what is the relationship between this flag and recalculateandsave, need to check further