SharePoint on-premises start events
Important: Update to the latest version of Nintex Gateway to access this feature. For more details, see Nintex Gateway Release notes.
Design your workflows to start when an event occurs in SharePoint on-premises. To learn more about the SharePoint on-premises connector, see SharePoint on-premises.
The following start events are available for the SharePoint on-premises connector.
Jump to:
-
SharePoint sends out item changed event notifications asynchronously. Workflows might start in a different order or with a delay due to SharePoint queuing. This is usually around one minute, but can go up to five minutes.
-
For each SharePoint notification, the latest state of the item that was changed will be used to initiate a workflow instance. Therefore, for each SharePoint notification, a changed list item can only trigger one workflow instance from a workflow.
Workflow testing for SharePoint on-premises start events
You can use the Item ID of an existing list item to test or start a workflow with a SharePoint on-premises start event. The details of the item is passed and used as a real event to test or start the workflow.
While testing a workflow does not create a workflow instance, starting the workflow initiates an instance An occurrence of a workflow. of the workflow and will be available on the Instances page.
For more information about testing a workflow, see Test a workflow.
Test a workflow with a SharePoint on-premises start event
-
If you are creating a new workflow, save your workflow first, at least once, before you test it.
-
Open an existing workflow or design a new workflow with a SharePoint on-premises start event.
-
On the toolbar at the top of the workflow designer, click Workflow testing.
The SharePoint site URL and List name fields are populated based on the details you defined in the start event configuration.
-
Enter the Item ID of the SharePoint on-premises list item you want to use to test the workflow.
-
Click Retrieve item to retrieve details of the list item. Some item details are displayed in the Item preview.
-
Check the item details displayed in the Item preview and make sure that you want to test the workflow with this item.
-
Click Start to test your workflow with the Item you entered.
The details of the item are passed and used as a real event to test the workflow and execute workflow actions as designed.
Start a workflow with a SharePoint on-premises start event
-
On the Workflows page, click on the right of the workflow with a SharePoint on-premises start event.
-
(Optional) Click View list to open and view the SharePoint on-premises list.
-
Enter the Item ID of the SharePoint on-premises list item you want to use to start the workflow.
-
Click Retrieve item to retrieve details of the list item. Some item details are displayed in the Item preview.
-
Check the item details displayed in the Item preview and make sure that you want to start the workflow with this item.
-
Click Start to start an instance of the workflow with the Item you entered. The details of the item is passed and used as a real event to start the workflow and the workflow actions are executed.
Starting the workflow initiates an instance An occurrence of a workflow. of the workflow. Details about running and completed workflow instances are available on the Instances page.