{{ deriveEndpointIdentifier(org.endpointUrl) }}
+ {{ err }}
+{{ generatedJson }}
+
@@ -7017,6 +7010,28 @@ The linter performs comprehensive validation on BPMN 2.0 process definitions usi
- The process engine only deploys and executes processes marked as executable
- Non-executable processes are typically used for documentation or as templates
+##### Process Version Tag Validation
+
+- **Requirement**:
+ - Process must define `camunda:versionTag`
+ - Expected placeholder value in DSF process plugins: `#{version}`
+ - Error: `BPMN_PROCESS_VERSION_TAG_MISSING_OR_EMPTY` (missing, empty/blank, or literal `"null"`)
+ - Warning: `BPMN_PROCESS_VERSION_TAG_NO_PLACEHOLDER` (present but without `#{version}`)
+ - Success: `SUCCESS` when `camunda:versionTag` contains `#{version}`
+
+- **Valid Example**:
+ - ✅ `