Instance Transformation
Per-instance transformation. The runner finds every input matching the InputPattern, then evaluates `rule` and `artifactName` once per match with `input` (singular) bound to the current instance. Cardinality is N matches → N artifacts (per declared output format). This is the canonical XSLT-style match-and-build shape.
- Subclass Of
Transformation