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 参见错误码说用 ~~~