mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
feat(core): Add support for partial-match execution filters (#15797)
This commit is contained in:
@@ -1344,6 +1344,7 @@ export interface EnvironmentVariable {
|
||||
export type ExecutionFilterMetadata = {
|
||||
key: string;
|
||||
value: string;
|
||||
exactMatch?: boolean;
|
||||
};
|
||||
|
||||
export type ExecutionFilterVote = AnnotationVote | 'all';
|
||||
|
||||
Reference in New Issue
Block a user