Skip to content

Closure rules

See the config-artifact guide for how to add, register, and deploy closure rules. This page covers how to name and organise them.

PLMXML closure rule files live flat in configuration/closure_rules and are always .xml. Their names are lower_snake_case: start with a lowercase letter and separate words with single underscores. tcli lint enforces this.

skip_status_40.xml

Store every closure rule in a single file. Do not export them all into a single one. This makes maintenance easier, as exporting every rule every time procudes hard to manage git diffs