Applies to:
- Winshuttle Foundation
PurgeService
The SVADM command PurgeSVService allows you to remove unneeded SVService entries in the SVService table, which is responsible for many of the actions performed by a workflow. If the table is unmanaged, it can quickly grow and potentially reduce overall performance.
Usage
svadm.exe -o purgesvservice
                                            
Options
| Argument | Descriptions | 
| -error | Removes any entries that have been error. This is useful for cleaning the table after troubleshooting has been completed. | 
| -pending | This will remove any pending tasks svservice is waiting to perform. Use with caution as this can effectively short circuit processes that have wait nodes or other deferred actions. | 
| -complete | This switch removes all completed tasks, which is the bulk of the table. The rows are not used after completion and can be safely removed. | 
