147 - 获取关于历史流程实例的所有评论

Posted 分享牛

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了147 - 获取关于历史流程实例的所有评论相关的知识,希望对你有一定的参考价值。

GET历史记录/历史流程实例/ processInstanceId /注释

表1.获取关于流程实例的所有评论 - URL参数

参数需要描述
processInstanceId要获取注释的流程实例的ID。

成功回应机构:

[

"id" : "123",
"processInstanceUrl" : "http://localhost:8081/flowable-rest/service/history/historic-processinstances/100/comments/123",
"message" : "This is a comment on the task.",
"author" : "kermit",
"time" : "2014-07-13T13:13:52.232+08:00",
"processInstanceId" : "100"
,

"id" : "456",
"processInstanceUrl" : "http://localhost:8081/flowable-rest/service/history/historic-processinstances/100/comments/456",
"message" : "This is another comment.",
"author" : "gonzo",
"time" : "2014-07-14T15:16:52.232+08:00",
"processInstanceId" : "100"

]

表2.获取流程实例的所有注释 - 响应代码

响应码描述
200指示已找到流程实例并返回注释。
404表示找不到请求的任务。

上面文章来自盘古BPM研究院:http://vue.pangubpm.com/
文章翻译提交:https://github.com/qiudaoke/flowable-userguide
了解更多文章可以关注微信公众号:

以上是关于147 - 获取关于历史流程实例的所有评论的主要内容,如果未能解决你的问题,请参考以下文章

154 - 获取历史活动实例

146 - 在历史流程实例上创建新评论

158 - 获取历史细节

153 - 获取历史任务实例变量的二进制数据

152 - 删除历史任务实例和获取身份链接

142 - 获取历史流程实例