Artifact Labels — App-Level Categorization Tags for Microflows, Nanoflows, Pages and Snippets - Mendix Forum

Artifact Labels — App-Level Categorization Tags for Microflows, Nanoflows, Pages and Snippets

1

The Problem

As Mendix projects grow, developers lose visibility into why an artifact exists and how it relates to others — especially across modules.


The two tools we currently rely on both fail at this:

There is no structured, searchable way to categorize artifacts across an application today.


!! The Solution — Artifact Labels !!

A controlled tagging system defined at the App Settings level.


Why Names and Docs Cannot Do This

Names describe what something does. Documentation describes how. Neither answers:

Labels answer all of these — instantly, consistently, without opening a single artifact.


Real Scenarios Where This Matters





!! NOTE: Labels are purely informational. No runtime impact. No enforcement. Just structured visibility at scale.

asked
2 answers

Looks great Sachin! I would be interested in giving it a try! Great inovation on the structure/org this is a problem I hadnt taken thought to how to fix

Created

Hi Mendix,


So I build this funtionallity by myself by using mendix extesnion API's.

Extension Name : Microflow Tagger

Entension Link: https://marketplace.mendix.com/link/component/305210

- Currenlty the Extension API only supports the microflows, So I build this for microflow only.


Created