400 workflows webhooks trigger (#11041)
https://github.com/user-attachments/assets/dc0ece22-4d87-417f-b9e1-a11c3fd52ce8
This commit is contained in:
@ -190,6 +190,7 @@ describe('computeSchemaComponents', () => {
|
||||
'IMPORT',
|
||||
'MANUAL',
|
||||
'SYSTEM',
|
||||
'WEBHOOK',
|
||||
],
|
||||
},
|
||||
},
|
||||
@ -378,6 +379,7 @@ describe('computeSchemaComponents', () => {
|
||||
'IMPORT',
|
||||
'MANUAL',
|
||||
'SYSTEM',
|
||||
'WEBHOOK',
|
||||
],
|
||||
},
|
||||
},
|
||||
@ -565,6 +567,7 @@ describe('computeSchemaComponents', () => {
|
||||
'IMPORT',
|
||||
'MANUAL',
|
||||
'SYSTEM',
|
||||
'WEBHOOK',
|
||||
],
|
||||
},
|
||||
workspaceMemberId: {
|
||||
|
||||
@ -211,6 +211,7 @@ const getSchemaComponentsProperties = ({
|
||||
'IMPORT',
|
||||
'MANUAL',
|
||||
'SYSTEM',
|
||||
'WEBHOOK',
|
||||
],
|
||||
},
|
||||
...(forResponse
|
||||
|
||||
Reference in New Issue
Block a user