Skip to content

Commit

Permalink
backport (#3466)
Browse files Browse the repository at this point in the history
  • Loading branch information
akeller authored Mar 12, 2024
1 parent f9cb748 commit d9391af
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Such tables either return the output of only one rule or aggregate the output of
Camunda does not yet support the hit policy **priority**. In essence, priorities are specified as an ordered list of output values in decreasing order of priority. Such priorities are therefore independent from rule sequence! Though not yet supported, you can mimic that behavior using hit policy "(**C**)ollect" and determining a priority yourself; for example, by means of an execution listener attached to the end of your business rule task.
:::

- `**A**`**ny**: Multiple matching rules must not make a difference: all matching rules must lead to the same output.
- `A`**ny**: Multiple matching rules must not make a difference: all matching rules must lead to the same output.

**Collect** and **aggregate**: The output of all matching rules is aggregated by means of an operator:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Such tables either return the output of only one rule or aggregate the output of
Camunda does not yet support the hit policy **priority**. In essence, priorities are specified as an ordered list of output values in decreasing order of priority. Such priorities are therefore independent from rule sequence! Though not yet supported, you can mimic that behavior using hit policy "(**C**)ollect" and determining a priority yourself; for example, by means of an execution listener attached to the end of your business rule task.
:::

* `**A**`**ny**: Multiple matching rules must not make a difference: all matching rules must lead to the same output.
* `A`**ny**: Multiple matching rules must not make a difference: all matching rules must lead to the same output.

**Collect** and **aggregate**: The output of all matching rules is aggregated by means of an operator:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Such tables either return the output of only one rule or aggregate the output of
Camunda does not yet support the hit policy **priority**. In essence, priorities are specified as an ordered list of output values in decreasing order of priority. Such priorities are therefore independent from rule sequence! Though not yet supported, you can mimic that behavior using hit policy "(**C**)ollect" and determining a priority yourself; for example, by means of an execution listener attached to the end of your business rule task.
:::

- `**A**`**ny**: Multiple matching rules must not make a difference: all matching rules must lead to the same output.
- `A`**ny**: Multiple matching rules must not make a difference: all matching rules must lead to the same output.

**Collect** and **aggregate**: The output of all matching rules is aggregated by means of an operator:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Such tables either return the output of only one rule or aggregate the output of
Camunda does not yet support the hit policy **priority**. In essence, priorities are specified as an ordered list of output values in decreasing order of priority. Such priorities are therefore independent from rule sequence! Though not yet supported, you can mimic that behavior using hit policy "(**C**)ollect" and determining a priority yourself; for example, by means of an execution listener attached to the end of your business rule task.
:::

- `**A**`**ny**: Multiple matching rules must not make a difference: all matching rules must lead to the same output.
- `A`**ny**: Multiple matching rules must not make a difference: all matching rules must lead to the same output.

**Collect** and **aggregate**: The output of all matching rules is aggregated by means of an operator:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Such tables either return the output of only one rule or aggregate the output of
Camunda does not yet support the hit policy **priority**. In essence, priorities are specified as an ordered list of output values in decreasing order of priority. Such priorities are therefore independent from rule sequence! Though not yet supported, you can mimic that behavior using hit policy "(**C**)ollect" and determining a priority yourself; for example, by means of an execution listener attached to the end of your business rule task.
:::

- `**A**`**ny**: Multiple matching rules must not make a difference: all matching rules must lead to the same output.
- `A`**ny**: Multiple matching rules must not make a difference: all matching rules must lead to the same output.

**Collect** and **aggregate**: The output of all matching rules is aggregated by means of an operator:

Expand Down

0 comments on commit d9391af

Please sign in to comment.