Learn about the FWBusinessIntelligence API
FWBusinessIntelligence oBI = new FWBusinessIntelligence(“connection string to the FlowWright database”, “exernal user name”);
long lCount = oBI.GetNumberOfDefinitions();
Gets the # of Process definitions
long lCount = oBI.GetNumberOfInstances(); Insert your text here
Gets the # of Process instances
long lCount = oBI.GetNumberOfFormDefinitions(); Insert your text here
Gets the # of Form definitions
long lCount = oBI.GetNumberOfFormInstances();
Gets the # of Form instances
long lCount = oBI.GetNumberOfUsers ();
Gets the # of users
long lCount = oBI.GetStepCount(); Insert your text here
Gets the # of steps configured