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',