From 031ff103727c0b63a188d052b7bc83c2ec15ef55 Mon Sep 17 00:00:00 2001 From: HaveAGitGat <43864057+HaveAGitGat@users.noreply.github.com> Date: Mon, 10 Jun 2024 12:18:52 +0100 Subject: [PATCH] Update tag plugin descriptions --- .../CommunityFlowPlugins/tools/tagsRequeue/1.0.0/index.ts | 2 +- .../CommunityFlowPlugins/tools/tagsWorkerType/1.0.0/index.ts | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/FlowPluginsTs/CommunityFlowPlugins/tools/tagsRequeue/1.0.0/index.ts b/FlowPluginsTs/CommunityFlowPlugins/tools/tagsRequeue/1.0.0/index.ts index 27339fc..6cbd519 100644 --- a/FlowPluginsTs/CommunityFlowPlugins/tools/tagsRequeue/1.0.0/index.ts +++ b/FlowPluginsTs/CommunityFlowPlugins/tools/tagsRequeue/1.0.0/index.ts @@ -20,7 +20,7 @@ Subsequent tags must not use the reserved word 'require' in them. You can set the 'Node Tags' in the Node options panel. -The the item tags in the staging section must be a subset of the required tags for a worker to process the file. +A worker will only process a file if the Custom Queue Tags are a subset of the Worker/Node Tags `, style: { borderColor: 'yellow', diff --git a/FlowPluginsTs/CommunityFlowPlugins/tools/tagsWorkerType/1.0.0/index.ts b/FlowPluginsTs/CommunityFlowPlugins/tools/tagsWorkerType/1.0.0/index.ts index 4348e5b..3e0acef 100644 --- a/FlowPluginsTs/CommunityFlowPlugins/tools/tagsWorkerType/1.0.0/index.ts +++ b/FlowPluginsTs/CommunityFlowPlugins/tools/tagsWorkerType/1.0.0/index.ts @@ -13,7 +13,8 @@ does not match the required worker type and tags. You can set the 'Node Tags' in the Node options panel. -The current tags must be a subset of the required tags. +The required tags must be a subset of the current tags for the current worker to process the item, +else the item will be requeued with the required tags. `, style: { borderColor: 'yellow',