Job-workflow-failover: Stsadm property (Windows SharePoint Services)
Applies To: Windows SharePoint Services 3.0
Specifies a schedule for restarting workflow operations that fail because of external reasons, for example, network outage to the server running Microsoft SQL Server, data corruption over the network wire, or hardware failure.
For more information about workflow, see Workflow management: Stsadm properties (Windows SharePoint Services).
Note
This operation is available only from the command line.
stsadm -o setproperty
-propertyname job-workflow-failover
-propertyvalue <valid date and time interval>
**\[-url** \<https://server\_name\>**\]**
The syntax for the getproperty operation is:
stsadm -o getproperty
propertyname job-workflow-failover
**\[-url** \<https://server\_name\>**\]**
Note
You can substitute -pn for -propertyname and -pv for -propertyvalue.
The following table shows possible values.
Value | Description |
---|---|
propertyname |
Gets or sets the name of the property. |
propertyvalue |
A valid Windows SharePoint Services Timer service (SPTimer) schedule in the form of any one of the following schedules:
|
url |
A path to the URL of the Web application, in the form http://server_name. |
To set the schedule for restarting failed workflow operations for the Web application https://test, use the following syntax:
stsadm -o setproperty -pn job-workflow-failover -pv "daily at 15:00:00" -url https://test
To view the current setting of the job-workflow- failover property, use the following syntax:
stsadm -o getproperty -pn job-workflow- failover -url https://test