Update SharePoint Lists with Workflow Data

This operation allows you to update SharePoint lists with workflow data.

Name

Description

Default

Required

config

The name of the configuration file to use if exporting workflow data to a database.

 

No

listtypes

Comma-separated list of integral types.

 

No

recurse

Whether or not to recursively descend into the SharePoint site hierarchy.

False

No

statuslist

The name of the list to use as the destination of the workflow data.

 

Yes

statusurl

The URL of the site containing the destination SharePoint list to receive the workflow data.

 

Yes

url

The URL of the site whose data should be exported.

 

Yes

The following example will export all of the SharePoint list items that are in the Process Controlled Shared Documents document libraries (type 32109) and then put them into the database described by the schema:

svadm -o updatesharepointitemlist -url <your site> -config export.config -recurse -listtypes 32109

Previous Topic

Next Topic