What is the best practice to retrieve the status of process instance?
已回答Hi,
We are trying to fetch the current status of one process from another process and we found out that we can do it in 2 ways:
1. Rest API (http://<>:<>/AgilePointServer/Workflow/QueryProcInsts)
2. Direct Database call to Agilpoint WF_PROC_INSTS table.
Can you please recommend which one of above approach is the best?
Regards,
Ravi
-
Hi Raviteja,
AgilePoint doesn’t recommend to direct query to AgilePoint Databases.
You can use below either of method to which ever is suits for your requirement.
https://documentation.agilepoint.com/11/developer/restmethodGetProcInst.html
https://documentation.agilepoint.com/11/developer/restmethodQueryProcInsts.html
Regards,
Kumar E K
请先登录再写评论。
评论
2 条评论