deBusinessIntelligence oBI = new deBusinessIntelligence(“connection string to the FlowWright database”, “exernal user name”);
long lCount = oBI.getNumberOfDefinitions();
Gets the # of Workflow definitions
long lCount = oBI.getNumberOfInstances(); Insert your text here
Gets the # of Workflow 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