Skip to main content

Is it possible to integrate a third party BRMS (business rules management system) like InRule in Nintex workflows? I am looking around the ways to have seperation between the business rules and workflows.

If your third party tools have an API, you can still use "Call HTTP Web Service" or "Web Request" action in your workflow to use the API of your tools. But be carefull if your third party tools need authentication. 

You can use Nintex Xtension : 

https://www.nintex.com/blog/know-easily-adapt-extend-workflows-nintex-xtensions/

https://help.nintex.com/sdk/Content/SDKHome.htm

 

Otherwise you can do it with just workflow logic. For example, you can store your "rules" (like expected value, result ...) in a SharePoint list, query this list, and interpret your result.

 


Reply