💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
## 方法名: process.query ### 输入 | 名称 | 是否必须 | 类型|描述 | --- | --- |--- |--- | 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.process.ProcessInstsResponse* 属性(列表):data/ 类型:com.actionsoft.sdk.service.model.ProcessInstance* 属性:IOBD/String * 属性:IOC/String * 属性:IOR/String * 属性:IOS/String * 属性:async/boolean * 属性:controlState/String * 属性(Timestamp):createTime/Timestamp * 属性:createUser/String * 属性:createUserDeptId/String * 属性:createUserLocation/String * 属性:createUserOrgId/String * 属性:createUserRoleId/String * 属性:end/boolean * 属性:endActivityId/String * 属性(Timestamp):endTime/Timestamp * 属性:exception/boolean * 属性:executeCostTime/long * 属性:executeExpireTime/long * 属性:existSubProcess/boolean * 属性:ext1/String * 属性:ext2/String * 属性:ext3/String * 属性:id/String * 属性:overtime/boolean * 属性:parentProcessInstId/String * 属性:parentTaskInstId/String * 属性:process/boolean * 属性:processBusinessKey/String * 属性:processDefId/String * 属性:processDefVerId/String * 属性:processGroupId/String * 属性:processProfileId/String * 属性:remark/String * 属性:remindTimes/int * 属性:securityLayer/int * 属性:start/boolean * 属性:startActivityId/String * 属性:startTaskInstId/String * 属性(Timestamp):startTime/Timestamp * 属性:subInstType/int * 属性:subProcess/boolean * 属性:title/String ***** ## process.query ~~~[api] get:process.query *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】 <<< success 类型:com.actionsoft.sdk.service.response.process.ProcessInstsResponse* 属性(列表):data/ 类型:com.actionsoft.sdk.service.model.ProcessInstance* 属性:IOBD/String * 属性:IOC/String * 属性:IOR/String * 属性:IOS/String * 属性:async/boolean * 属性:controlState/String * 属性(Timestamp):createTime/Timestamp * 属性:createUser/String * 属性:createUserDeptId/String * 属性:createUserLocation/String * 属性:createUserOrgId/String * 属性:createUserRoleId/String * 属性:end/boolean * 属性:endActivityId/String * 属性(Timestamp):endTime/Timestamp * 属性:exception/boolean * 属性:executeCostTime/long * 属性:executeExpireTime/long * 属性:existSubProcess/boolean * 属性:ext1/String * 属性:ext2/String * 属性:ext3/String * 属性:id/String * 属性:overtime/boolean * 属性:parentProcessInstId/String * 属性:parentTaskInstId/String * 属性:process/boolean * 属性:processBusinessKey/String * 属性:processDefId/String * 属性:processDefVerId/String * 属性:processGroupId/String * 属性:processProfileId/String * 属性:remark/String * 属性:remindTimes/int * 属性:securityLayer/int * 属性:start/boolean * 属性:startActivityId/String * 属性:startTaskInstId/String * 属性(Timestamp):startTime/Timestamp * 属性:subInstType/int * 属性:subProcess/boolean * 属性:title/String <<< error 参见错误码说用 ~~~