Workflow-eventdelivery-batchsize: Stsadm property (Office SharePoint Server) | |
Stsadm command-line tool (Office SharePoint Server) > Stsadm properties (Office SharePoint Server) > Workflow management: Stsadm properties (Office SharePoint Server) > |
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.
Description
Specifies the paging size for events delivered to a single workflow instance. For each request, the events are streamed out 100 at a time.
Batch size is the number of events processed for a single workflow instance, which can have many events queued at the same time. Throttle will override batch size; if the workflow instance cannot be started or restarted because there are too many instances running across all front-end Web servers, none of the events will be fetched, regardless of the batch size.
Syntax
stsadm -o setproperty
-propertyname workflow-eventdelivery-batchsize
-propertyvalue <A valid integer>
[-url] <http://server_name>
The syntax for the getproperty operation is:
stsadm -o getproperty
propertyname workflow-eventdelivery-batchsize
[-url] <http://server_name>
Note: |
---|
You can substitute -pn for -propertyname and -pv for -propertyvalue. |
Values
The following table shows possible values.
Name | Value | ||
---|---|---|---|
propertyname |
Gets or sets the name of the property. | ||
propertyvalue |
A valid integer. For example, if there are 200 jobs in the queue, but the value is set to 100, only the first 100 jobs will be executed by the timer service. The default value is 100.
| ||
url |
Typically, a path to the URL of the Web application, in the form http://server_name. |
Examples
To set the number of workflows job to be processed by the timer service to 125, use the following syntax:
stsadm -o setproperty -pn workflow-eventdelivery-batchsize -pv "125"
To view the current setting of the workflow-eventdelivery-batchsize property, use the following syntax:
stsadm -o getproperty -pn workflow-eventdelivery-batchsize