This activity starts list workflow on a chosen site.
SharePoint Workflow Designer Phrase
Start list workflow with the following name on current list on current list item on current site.
Parameters
Input parameters
Parameter | Description | Example |
The following name | Workflow name which you want tostart on site | My custom workflow |
current list | Optional. List name or id which you want to start workflow for. If empty current listwill be used. | Full list url Ex: http://mysharepoint/MyDocs/Shared%20Documents Ex: http://mysharepoint/Lists/List%20with%20Approve |
current list item | Optional. List item or id which you want to start workflow for. If emptycurrent list | Full list item url Ex: http://mysharepoint/MyDocs/Shared%20Documents/MSOMS.pdf Ex: http://mysharepoint/Lists/List%20with%20Approve/1_.000 Ex: http://mysharepoint/Lists/List%20with%20Approve/DispForm.aspx?ID=1 Ex:http://mysharepoint/Lists/List%20with%20Approve/EditForm.aspx?ID=1 |
item will beused. | ||
current site | Optional. Site where you want to start workflow. If empty current site url will be used. | https://contoso/SiteUrl; https://contoso/Sites/SiteUrl; [%Workflow Context:Current Site URL%]/subSite |
Example