fix(plugin-workflow): except json field for load performance

This commit is contained in:
mytharcher 2025-07-01 10:30:42 +08:00
parent 22cd39552f
commit 42132989ff

View File

@ -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: {},
}, },
}, },