问题描述/bps/opr/query/query-work-items 根据条件查询工作项这个接口可以使用模糊查询吗有使用的案例可以参考吗解决方案可以使用模糊查询接口调用案例可参考如下写法{criteria: {_entity: com.eos.workflow.data.WFWorkItem,_expr: [java.util.ArrayList,[{class: java.util.LinkedHashMap,currentState: 4,10,_op: in},{class: java.util.LinkedHashMap,participant: test10,_op: like,_likeRule: all}]]},pageCond: {begin: 0,length: 10,isCount: true}}更多请参见EOS Low-Code Platform 8