Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: document missing support for BKM viewing in Operate #4577

Merged
merged 3 commits into from
Nov 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/components/modeler/dmn/dmn.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ You can also edit literal expressions. Just as with decision tables, in the deci

## Business knowledge models

:::caution
Viewing the result of BKM evaluation is currently not supported in Operate.
:::

A _business knowledge model_ (BKM) is a reusable function containing a piece of decision logic. Typically, a BKM instantiates business logic that is required in multiple decisions, such as a common computation. For example, an amortization formula might be used in different loan application processes.

You can make BKM elements executable using literal expressions written in FEEL, in almost the same way you would create a decision using a literal expression. A BKM literal expression can optionally accept parameters to be used as inputs to the FEEL expression, and it returns a single result whose name is the same as the BKM element name. Once you’ve created a BKM, it appears in autosuggestions when you’re using literal expressions to create decision logic.
Expand Down
4 changes: 4 additions & 0 deletions docs/reference/release-notes/860.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ Business Knowledge Models (BKM) can now be implemented in a decision model.
- Users can extract and reuse expressions in their DMN diagrams.
- When writing an expression in a decision, the BKM name autocompletes together with the required parameters.

:::note
Viewing a BKM in Operate is not supported yet.
:::

### Deprecate zbctl and GO client <span class="badge badge--long" title="This feature affects Zeebe">Zeebe</span>

<!-- https://github.com/camunda/product-hub/issues/2438 -->
Expand Down
4 changes: 4 additions & 0 deletions versioned_docs/version-8.5/components/modeler/dmn/dmn.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ You can also edit literal expressions. Just as with decision tables, in the deci

## Business knowledge models

:::caution
Viewing the result of BKM evaluation is currently not supported in Operate.
:::

A _business knowledge model_ (BKM) is a reusable function containing a piece of decision logic. Typically, a BKM instantiates business logic that is required in multiple decisions, such as a common computation. For example, an amortization formula might be used in different loan application processes.

You can make BKM elements executable using literal expressions written in FEEL, in almost the same way you would create a decision using a literal expression. A BKM literal expression can optionally accept parameters to be used as inputs to the FEEL expression, and it returns a single result whose name is the same as the BKM element name. Once you’ve created a BKM, it appears in autosuggestions when you’re using literal expressions to create decision logic.
Expand Down
4 changes: 4 additions & 0 deletions versioned_docs/version-8.6/components/modeler/dmn/dmn.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ You can also edit literal expressions. Just as with decision tables, in the deci

## Business knowledge models

:::caution
Viewing the result of BKM evaluation is currently not supported in Operate.
:::

A _business knowledge model_ (BKM) is a reusable function containing a piece of decision logic. Typically, a BKM instantiates business logic that is required in multiple decisions, such as a common computation. For example, an amortization formula might be used in different loan application processes.

You can make BKM elements executable using literal expressions written in FEEL, in almost the same way you would create a decision using a literal expression. A BKM literal expression can optionally accept parameters to be used as inputs to the FEEL expression, and it returns a single result whose name is the same as the BKM element name. Once you’ve created a BKM, it appears in autosuggestions when you’re using literal expressions to create decision logic.
Expand Down
4 changes: 4 additions & 0 deletions versioned_docs/version-8.6/reference/release-notes/860.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ Business Knowledge Models (BKM) can now be implemented in a decision model.
- Users can extract and reuse expressions in their DMN diagrams.
- When writing an expression in a decision, the BKM name autocompletes together with the required parameters.

:::note
Viewing a BKM in Operate is not supported yet.
:::

### Deprecate zbctl and GO client <span class="badge badge--long" title="This feature affects Zeebe">Zeebe</span>

<!-- https://github.com/camunda/product-hub/issues/2438 -->
Expand Down
Loading