JevMade hello@JevMade.com
← Back to guides

JevMade field notes / Technical guide

Sort groups of n8n workflow items with Jev

This n8n community add-on categorizes, rates, or checks items in a visual automation. Its guide explains question wording, batches, simultaneous requests, and separate routes for uncertain or failed items.

Original by khmuhtadinClassification

Listen to this guide

JevMade’s plain-English explanation

0:00 /

AI narration

Credits and license

“n8n-nodes-jev-classification” by khmuhtadin. Read the original source.

This expanded guide is an AI-narrated adaptation of the source’s essential explanation, examples and caveats, not a word-for-word reading. The synthetic voice does not imitate the author or imply their endorsement.

License: MIT

MIT License

Copyright (c) 2026 khmuhtadin

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Our summary

n8n connects visual steps into an automation. This community add-on applies Jev questions to the items passing through it. A step can choose a category, give a rating, ask yes or no, or send several questions before passing the answers onward.

The guide explains setup, private service keys, and routing answers into later steps. It also covers handling groups of items and limiting how many requests run at once. Clear descriptions of the available options help define what each question means.

More simultaneous requests can process work faster only within the service and machine limits. They can also raise spending or cause request rejections quickly. Limit the number in flight and give failed and uncertain items separate routes rather than treating the whole batch as successful.

Key takeaways

  1. Choose the question type that fits the next step.
  2. Limit simultaneous calls instead of sending everything at once.
  3. Keep failed and uncertain items separate from accepted results.

Throughput and cost statements belong to the project documentation. JevMade did not install the node or reproduce them.

GitHub README · Source reviewed

Read the original guide Opens the author’s site in a new tab.