The typification rules defined previously in the file Keyindicator.xml must now be assigned to the individual process types in the file Processtree.xml. Only one typification rule can be specified for each process type. The typifierrule XML element is optional. If no typification rule is specified for a process type, it is ignored during typification.
You must specify the corresponding information for the function and priority attributes. The function attribute is used to specify the name of the typification rule you want to use for this process type, taken from the measure configuration.
Example (extract from process tree configuration)
<processtree name="Processes">
<processtypegroup name="OrderProcessing">
...
<processtype name="StandardOrder" autovisible="TRUE">
<typifierrule function=
"typifierrule_OrderProcessing_StandardOrder"
priority="0"/>
<processparamset>
...
</processparamset>
...
<functionparamset>
...
</functionparamset>
...
<useki name="..." assessment="..."/>
...
<usedim name="..."/>
...
</processtype>
...
</processtypegroup>
...
</processtree>