Question - Explain the use of persistence points
Answer -
Persistence points are used to save the orchestration state to the database. The orchestration engine saves the states of all the running instances at different points. When the orchestration engine has to rehydrate an instance, it uses the last persistence point of that instance and loads it into memory to run the orchestration instance.