* * restarting an already completed instance at a particular node * this function requires `dataStore.enableSavePoints` to be true in configuration.ts * this add a savePoint for each item, allowing you to select that item to restore it * * * @param itemQuery - Query to find a single ite
(itemQuery, data:any,userName, options?)