💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
## 方法名: repository.usertask.get ### 输入 | 名称 | 是否必须 | 类型|描述 | --- | --- |--- |--- | processDefId|是|String|流程定义ID userTaskDefId|是|String|节点定义ID ### 输出类型: 类型:com.actionsoft.sdk.service.response.StringResponse* 属性:data/String ***** ## repository.usertask.get ~~~[api] get:repository.usertask.get *processDefId#流程定义ID *userTaskDefId#节点定义ID <<< success { "data":"String" } <<< error 参见错误码说用 ~~~