AI写作智能体 自主规划任务,支持联网查询和网页读取,多模态高效创作各类分析报告、商业计划、营销方案、教学内容等。 广告
## 方法名: process.comments.get.businessKey ### 输入 | 名称 | 是否必须 | 类型|描述 | --- | --- |--- |--- | processBusinessKey|是|String|外部业务系统数据主键标识值或一个组合值,在工作流引擎实例表中全局不能重复 ### 输出类型: 类型: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.businessKey ~~~[api] get:process.comments.get.businessKey *processBusinessKey#外部业务系统数据主键标识值或一个组合值,在工作流引擎实例表中全局不能重复 <<< 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 参见错误码说用 ~~~