Applies to:
- Winshuttle Foundation
DeleteProcess
This operation allows you to remove a published workflow from a SharePoint site.
Usage
The following example uses the administrator account to remove the ManagementofChange process from the site, making it no longer available for use.
svadm.exe –o deleteprocess –url http://acme/sv/Chemdocuments -processname "ManagementofChange" -user administrator -password 123pd -domain Acme
Options
Name |
Description |
Required |
-domain |
The domain name of the user account to use when removing the process. |
No |
-password |
The password of the user account to use when removing the process. |
No |
-processname |
The name of the process to remove. |
Yes |
-url |
The URL of the site containing the process. |
Yes |
-user |
The name of the user account to use when removing the process. |
No |