mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-07-01 18:52:20 +08:00
fix(plugin-workflow): except json field for load performance
This commit is contained in:
parent
22cd39552f
commit
42132989ff
@ -86,6 +86,7 @@ export const executionSchema = {
|
|||||||
appends: ['workflow.id', 'workflow.title'],
|
appends: ['workflow.id', 'workflow.title'],
|
||||||
pageSize: 20,
|
pageSize: 20,
|
||||||
sort: ['-createdAt'],
|
sort: ['-createdAt'],
|
||||||
|
except: ['context', 'output'],
|
||||||
filter: {},
|
filter: {},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user