简体   繁体   English

如何在WSO2业务流程服务器(BPMN)中调用API以获取可声明任务的列表

[英]How to Call API in WSO2 Business Process Server( BPMN) to get list of Claimable Task

In order to integrate the WSO2 BPMN with an external application, I want to make an API call to get all the Package Name or Claimable Task from the WSO2 BPMN. 为了将WSO2 BPMN与外部应用程序集成,我想进行API调用以从WSO2 BPMN获取所有程序包名称或可索赔任务。 Currently there is no documented ways to make such calls. 当前没有记录的方式进行此类调用。

When I used the fiddler, to capture the actions from the WSO2 web pages, I see the call made as 当我使用提琴手来捕获WSO2网页上的操作时,我看到调用是

https://XX.XX.XX.XX:9443/bpmn-explorer/claimableTask?pagination=1 where the response is entire HTML page but not just the data. https://XX.XX.XX.XX:9443 / bpmn-explorer / claimableTask?pagination = 1 ,其中响应是整个HTML页面,而不仅仅是数据。

Can some one please explain to me if it's possible to achieve this and where can I find further information regarding this. 有人可以向我解释一下是否有可能实现这一目标,在哪里可以找到关于此的更多信息。

If you are creating your own external web application or any other client application, you can use BPMN REST API provided with WSO2 BPS you can get information and do any updates for BPMN processes using it. 如果要创建自己的外部Web应用程序或任何其他客户端应用程序,则可以使用WSO2 BPS随附的BPMN REST API,您可以获取信息并使用它来对BPMN流程进行任何更新。 Please follow [1] for more details. 有关更多详细信息,请关注[1]。

[1] https://docs.wso2.com/display/BPS350/BPMN+REST+API [1] https://docs.wso2.com/display/BPS350/BPMN+REST+API

Thanks, Mili 谢谢米莉

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM