Using the FWBusinessIntelligence API

Learn about the FWBusinessIntelligence API.

Last published at: September 3rd, 2025

Creating the FWBusinessIntelligence object.

FWBusinessIntelligence oBI = new FWBusinessIntelligence(“connection string to the FlowWright database”, “exernal user name”);

 

Get # of Process Definitions.

long lCount = oBI.GetNumberOfDefinitions();

Gets the # of Process definitions 

 

Get # of Process Instances.

long lCount = oBI.GetNumberOfInstances(); Insert your text here

Gets the # of Process instances 

 

Get # of Form Definitions.

long lCount = oBI.GetNumberOfFormDefinitions(); Insert your text here

Gets the # of Form definitions 

 

Get # of Form Instances.

long lCount = oBI.GetNumberOfFormInstances();

Gets the # of Form instances 

 

Get # of Users.

long lCount = oBI.GetNumberOfUsers ();

Gets the # of users 

 

Get # of Steps configured.

long lCount = oBI.GetStepCount(); Insert your text here

Gets the # of steps configured