Merge branch 'next' into develop

This commit is contained in:
nocobase[bot] 2025-07-01 03:00:18 +00:00
commit 3c3fd762db

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