diff --git a/FlowPluginsTs/FlowHelpers/1.0.0/interfaces/interfaces.ts b/FlowPluginsTs/FlowHelpers/1.0.0/interfaces/interfaces.ts index f85e80c..1fdf402 100644 --- a/FlowPluginsTs/FlowHelpers/1.0.0/interfaces/interfaces.ts +++ b/FlowPluginsTs/FlowHelpers/1.0.0/interfaces/interfaces.ts @@ -101,6 +101,7 @@ export interface Ivariables { flowFailed: boolean, user: Record, healthCheck?: 'Success', + queueTags?: string, } export interface IpluginOutputArgs { @@ -126,6 +127,7 @@ export interface IpluginInputArgs { originalLibraryFile: IFileObject, nodeHardwareType: string, workerType: string, + nodeTags?: string, // eslint-disable-next-line @typescript-eslint/no-explicit-any config: any, job: Ijob,