@ -1,7 +1,6 @@
const { convertStringToJson } = require("./util");
const getAllProcesses = async (workflow,query = {}) => {
console.log("process query",query);
const processes = await bpmsDB.bpms_process.findAll({
where: {
workflowId: workflow.id,