Hi all,

In BPS humantask, all the runtime information about the HumanTaskStore is
managed by the org.wso2.carbon.humantask.core.store.HumanTaskStoreManager
class.

We can get the HumanTaskStore for a given tenant from HumanTaskStoreManager
by calling the method getHumanTaskStore(int tenantId).

In order to get all the deployed tasks or tasks information and if we want
to use the  HumanTaskStoreManager.getHumanTaskStore(int tenantId) method,
we need to have all the tenantIDs.

To get the tenantIDs we can query the HT_DEPLOYMENT_UNIT table. Are there
any other (better)ways to get all the tenantIDs? Or are there any other
ways to get all the deployed tasks?


Thanks in advance.

-- 
Best Regards,
-Thamayanthy
_______________________________________________
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to