ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
## 方法名: process.query.page ### 输入 | 名称 | 是否必须 | 类型|描述 | --- | --- |--- |--- | pqm|是|类型:com.actionsoft.sdk.service.model.ProcessQueryModel* 属性:IOBD/String 属性:IOC/String 属性:IOR/String属性:IOS/String 属性:activeProcess/boolean属性:canceledProcess/boolean 属性:createBy/String属性:createdAfter/Date属性:createdBefore/Date 属性:existSubProcess/boolean属性:finished/boolean属性:finishedAfter/Date属性:finishedBefore/Date属性(列表):ids/String属性(列表):keys/String属性:nonProcess/boolean属性:orderByCreateTimeASC/Boolean属性:orderByProcessDefIdASC/Boolean属性:orderByProcessDefVerIdASC/Boolean属性:orderByStartTimeASC/Boolean属性:parentProcessInstId/String属性:parentTaskInstId/String属性:processDefId/String属性:processDefVerId/String 属性:processGroupId/String属性(列表):processGroupIds/String属性:processProfileId/String属性:query/Map属性:remark/String属性:remarkLike/String属性:shortProcess/boolean 属性:started/boolean 属性:subProcess/boolean属性:suspendedProcess/boolean属性:terminatedProcess/boolean属性:title/String属性:titleLike/String属性:unStarted/boolean属性:unfinished/boolean|查询模型 ### 输出类型: 类型:com.actionsoft.sdk.service.response.LongResponse* 属性:data/long ***** ## process.count ~~~[api] get:process.count *pqm#查询模型【字段类型:类型:com.actionsoft.sdk.service.model.ProcessQueryModel* 属性:IOBD/String属性:IOC/String 属性:IOR/String属性:IOS/String属性:activeProcess/boolean* 属性:canceledProcess/boolean属性:createBy/String 属性:createdAfter/Date属性:createdBefore/Date属性:existSubProcess/boolean属性:finished/boolean属性:finishedAfter/Date属性:finishedBefore/Date 属性(列表):ids/String属性(列表):keys/String属性:nonProcess/boolean 属性:orderByCreateTimeASC/Boolean属性:orderByProcessDefIdASC/Boolean 属性:orderByProcessDefVerIdASC/Boolean 属性:orderByStartTimeASC/Boolean 属性:parentProcessInstId/String 属性:parentTaskInstId/String 属性:processDefId/String属性:processDefVerId/String属性:processGroupId/String 属性(列表):processGroupIds/String 属性:processProfileId/String 属性:query/Map 属性:remark/String 属性:remarkLike/String 属性:shortProcess/boolean* 属性:started/boolean属性:subProcess/boolean 属性:suspendedProcess/boolean属性:terminatedProcess/boolean属性:title/String属性:titleLike/String属性:unStarted/boolean属性:unfinished/boolean】 *int:firstRow#首记录(>=0) *int:rowCount#取记录集条数 <<< success { "data":long } <<< error 参见错误码说用 ~~~