Before you can use a predefined or Visual Studio workflow, you must activate it for your site or site collection.
Before performing this procedure, read:
Activating workflows
Important: |
|---|
You must be a member of the Farm Administrators SharePoint group to perform this procedure. |
Activate a workflow by using the user interface
-
In Central Administration, click Site Actions, and click Site Settings.
On the Site Settings page, under Site Collection Administration, click Site collection features.
On the Site Collection Features page, click Activate next to the workflow feature you want to activate.
Deactivate a workflow by using the user interface
Important: |
|---|
To run the Stsadm command-line tool, you must be a member of the Administrators group on the local computer. |
Activate a workflow by using the Stsadm command-line tool
On the drive on which SharePoint Products and Technologies is installed, change to the following directory: %COMMONPROGRAMFILES%\Microsoft shared\Web server extensions\12\Bin.
-
At a command prompt, type the following command, and then press ENTER:
stsadm -o activatefeature -name <LinkingExample> -url <targetsite>
For more information, see Activatefeature: Stsadm operation (Office SharePoint Server).
Deactivate a workflow by using the Stsadm command-line tool
On the drive on which SharePoint Products and Technologies is installed, change to the following directory: %COMMONPROGRAMFILES%\Microsoft shared\Web server extensions\12\Bin.
At a command prompt, type the following command, and then press ENTER:
stsadm -o deactivatefeature -name <LinkingExample> -url <targetsite>
For more information, see Deactivatefeature: Stsadm operation (Office SharePoint Server).