Skip to main content
Nintex Community Menu Bar

Business rules integration

  • March 15, 2019
  • 1 reply
  • 18 views

Forum|alt.badge.img

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.

1 reply

nico
Nintex Partner
Forum|alt.badge.img+10
  • Nintex Partner
  • March 15, 2019

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.