Skip to main content

We integrates also with EXT.NET framework and with SQL server . how can we benefit from Nintex workflows and maintaining our application forms and design.

Hi,

I am not sure what the ASP.NET application does, but "Nintex Workflow Cloud" product is independent of any host platform. Please go through that link to see if it suites your requirement. A 30-day trail period exists, give a try. Thank you.

Krishna.


Hello Mohamad,

Krishna is correct.  Nintex Workflow Cloud is independent of any one system.  It provides a connector to SharePoint but it does not require SharePoint to be used.  

There are various ways to start a workflow.  It can be scheduled, it can listen for events in a external SaaS, It could be started from a form. Because all published workflows are essentially a REST end points you can also start a workflow programmatically.  This is accomplished by configuring the start event to be a "External Start" event per the screenshot below.  

External Start event configuration

When the workflow is published, you will get access to the URL, token information along with the request content based on the parameters configured in the start event.  This is one of the easiest ways to kick of a workflow from a custom application. Try Nintex Workflow Cloud for 30 Days - Free! 

You can learn more about External Start in our help documentation below.  I hope this helps.

https://help.nintex.com/en-US/nwc/#NWC/ExternalStart-call.htm?Highlight=external start

External Start Open API Details


Reply