Job-workflow: Stsadm property (Office SharePoint Server)
Applies To: Office SharePoint Server 2007
This Office product will reach end of support on October 10, 2017. To stay supported, you will need to upgrade. For more information, see , Resources to help you upgrade your Office 2007 servers and clients.
Sends the workflow events that have been queued and delivers them to workflows. Events can be queued either from a Delay activity in the workflow, or due to throttling under heavy server load.
For more information about workflow, see Workflow management: Stsadm properties (Office SharePoint Server).
Note
This property is available only from the command line.
stsadm -o setproperty
-propertyname job-workflow
-propertyvalue <valid date and time interval>
**\[-url** *\<https://server\_name\>***\]**
The syntax for the getproperty operation is:
stsadm -o getproperty
propertyname job-workflow
**\[-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 |
Typically, a path to the URL of the Web application, in the form http://server_name. |
To set the time schedule for when workflow events are to be delivered for the Web application https://test, use the following syntax:
stsadm -o setproperty -pn job-workflow -pv "daily at 15:00:00" -url https://test
To view the current setting of the job-workflow property, use the following syntax:
stsadm -o getproperty -pn job-workflow -url https://test