企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
## 方法名: process.comments.get ### 输入 | 名称 | 是否必须 | 类型|描述 | --- | --- |--- |--- | processInstId|是|String|流程实例Id ### 输出类型: 类型:com.actionsoft.sdk.service.response.process.TaskCommentModelsGetResponse* 属性(列表):data/ 类型:com.actionsoft.sdk.service.model.TaskComment* 属性:actionName/String * 属性:activityName/String * 属性(Timestamp):createDate/Timestamp * 属性:createUser/String * 属性:departmentName/String * 属性:id/String * 属性:positionName/String * 属性:processInstId/String * 属性:taskInstId/String ***** ## process.comments.get ~~~[api] get:process.comments.get *processInstId#流程实例Id <<< success 类型:com.actionsoft.sdk.service.response.process.TaskCommentModelsGetResponse* 属性(列表):data/ 类型:com.actionsoft.sdk.service.model.TaskComment* 属性:actionName/String * 属性:activityName/String * 属性(Timestamp):createDate/Timestamp * 属性:createUser/String * 属性:departmentName/String * 属性:id/String * 属性:positionName/String * 属性:processInstId/String * 属性:taskInstId/String <<< error 参见错误码说用 ~~~