Applies to:
- Winshuttle Foundation
UploadLabeledAssignments
You can keep your names for the Labeled Assignments in a spreadsheet, then export the spreadsheet in CSV (comma-separated values) format to upload to your SharePoint server.
Usage
The following example uploads the file using the administrator account:
svadm -o uploadlabeledassignments -url http://server/site -csv <filename> -user administrator -password 123pd -domain Acme
The titles on the columns must be as follows: Process Name, List Name, Group Name, Role Name, Actor Login Name
Name |
Description |
Process Name |
The name of the process in which the Labeled Assignments will be used. |
List Name |
The name of the SharePoint list. |
Group Name |
The name you want to give to your Labeled Assignment group that you will be referring to later. |
Role Name |
The name of the swimlane in question. |
Actor Login Name |
The domain-qualified name of the user you are adding. |
Each row in the spreadsheet represents a Labeled Assignment entry, just as if you had entered it in Workflow.
Once you have your CSV file, you can upload it to the server by selecting Labeled Assignments then CSV Upload from the Tools menu in Workflow.
Options
Name |
Description |
-csv |
The name of the file containing the labeled assignments. |
-domain |
The domain of the user whose credentials should be used to connect to the server. |
-password |
The password of the user whose credentials should be used to connect to the server. |
-url |
The site to which to upload the labeled assignments. |
-user |
The name of the user whose credentials should be used to connect to the server. |