Hierarchy key rules

Hierarchy key rules assign process instances to a higher-level function and are used to create process hierarchies (see chapter Process hierarchies). They can be shown as process hierarchy keys in the detailed view of the process instance.

The hierarchy key rules are applied to all imported process instances.

Example

For the functions with the identifiers FCT_ANGEBOT_ERSTELLEN, FCT_AUFTR_ANLEGEN and FCT_RECHNG_ERSTELLEN a hierarchy key rule is generated that creates a hierarchy key from the values of the AT_AUFTRAGSNUMMER, AT_RECHNUNGSNUMMER and AT_ANGEBOTSSNUMMER attributes.

<?xml version="1.0" encoding="ISO-8859-1"?>

<!DOCTYPE keyrules SYSTEM "keyrules.dtd">

<keyrules>

...

<hierarchykeyrule>

<refobjects>

<refobject objecttype="OT_FUNC">

<objectname name="FCT_ANGEBOT_ERSTELLEN"/>

<objectname name="FCT_AUFTR_ANLEGEN"/>

<objectname name="FCT_RECHNG_ERSTELLEN"/>

</refobject>

</refobjects>

<keyparts>

<keypart attributetype="AT_AUFTRAGSNUMMER"/>

<keypart attributetype="AT_RECHNUNGSNUMMER"/>

<keypart attributetype="AT_ANGEBOTSSNUMMER"/>

</keyparts>

</hierarchykeyrule>

...

</keyrules>