Launch Form
Back to
Related topics
Looking for Winshuttle Composer Plugins?
The Launch Form plug-in allows you to pass data from a running form process to another new form process as well as swimlane participants.
Note: If you are using the Launch Form plugin, the Workflow Administrator must have update permissions for the content database.
Value Pair | Description |
autosyncfields
| Automatically copies all field names that are commonly named between the parent and child form. If true, attempts to sync all fields in the form that are similarly named. |
destinationfield[index] | The name of a field in the destination form. Source field values with a given index will be copied to the destination field with the same index in the new form. |
destinationswimlane[index] | The name of the destination swimlane in the new workflow. Source swimlane participants with a given index will be copied to the destination swimlane with the same index in the new process. |
form | The name of the form to start. |
newthread | Whether or not to start the new form in a new thread of execution. |
processinstancename | The name to give to the new process instance. |
processname | The name of the process to start. |
sourcefield[index] | The name of a field in the source form. |
sourceswimlane[index] | The name of a swimlane in the source workflow. |
sourceswimlaneemail[index]
| The name of the SharePoint column from which to get the email of the given swimlane assignee. |
sourceswimlanelogin[index]
| The name of the SharePoint column from which to get the login name of the given swimlane assignee. |
sourceswimlanename[index]
| The name of the SharePoint column from which to get the name of the given swimlane assignee. |
NOTE: If auto sync fields are specified, then this operation happens before any explicit setting of field values, specified through the sourcefield[index], etc.