Reflects the current release of Nintex for SharePoint 2016. For your version, please access assistance through the Help button in the product.
You can kick off a workflow in Nintex Workflow Cloud from Nintex Workflow for SharePoint 2016 using the action Start workflow in Nintex Workflow Cloud. The action allows you to pass values from Nintex Workflow for SharePoint 2016 to Nintex Workflow Cloud.
To start a workflow in Nintex Workflow Cloud from Nintex Workflow for SharePoint 2016:
Before you start, you need to have a published workflow in Nintex Workflow Cloud that begins with an External start event. The External start event can be configured with start event variables that receive values from Nintex Workflow for SharePoint 2016.
To add an External start URL to the Start workflow in Nintex Workflow Cloud action
Return to Nintex Workflow for SharePoint 2016, and paste the URL into the External start URL box. Click Connect.
When the External start URL is successfully connected, the text [Connected] appears below the URL and the action creates the parameter configuration section according to the returned Swagger definition of the workflow.
Swagger is a set of rules, that is a specification, for a format describing RESTful APIs.
You can configure your action to handle errors and exceptions that require particular processing. The action makes a call to a resource over the network and so may encounter a number of network issues, and so it may be prudent to enable error handling and to capture the error messages.
Error handing will detect errors with your Nintex Workflow Cloud call so that you can add workflow logic to process the exception. For instance, you could include a call in a loop that retries the call a number of times.
To configure error handling