mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix: Run evaluations successfully when offload manual executions is true with queue mode (#16307)
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
This commit is contained in:
@@ -1148,6 +1148,15 @@ export interface INode {
|
||||
webhookId?: string;
|
||||
extendsCredential?: string;
|
||||
rewireOutputLogTo?: NodeConnectionType;
|
||||
|
||||
// forces the node to execute a particular custom operation
|
||||
// based on resource and operation
|
||||
// instead of calling default execute function
|
||||
// used by evaluations test-runner
|
||||
forceCustomOperation?: {
|
||||
resource: string;
|
||||
operation: string;
|
||||
};
|
||||
}
|
||||
|
||||
export interface IPinData {
|
||||
|
||||
Reference in New Issue
Block a user