Skip to content

Commit c62dcf0

Browse files
committed
Deprecate business rules validation pages
1 parent 3232c81 commit c62dcf0

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

docs/learn/business-rules-validation/configuration-examples.md renamed to docs/learn/deprecated/business-rules-validation/configuration-examples.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,13 @@
22
sidebar_position: 1
33
title: 'Business Rules Validation: Configuration examples'
44
sidebar_label: 'Configuration examples'
5+
slug: '/learn/business-rules-validations/configuration-examples'
56
---
67

8+
import Deprecated from '../../\_deprecated.md';
9+
10+
<Deprecated />
11+
712
# Configuration examples
813

914
Here you can find examples of the most common real-world use cases for Business Rules Validation. Simply copy-paste them into extension settings and adjust as needed.

docs/learn/business-rules-validation/expression-engine.md renamed to docs/learn/deprecated/business-rules-validation/expression-engine.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,13 @@ sidebar_position: 2
33
title: 'Business Rules Validation: Expression Engine'
44
sidebar_label: 'Expression Engine'
55
toc_max_heading_level: 4
6+
slug: '/learn/business-rules-validations/expression-engine'
67
---
78

9+
import Deprecated from '../../\_deprecated.md';
10+
11+
<Deprecated />
12+
813
# Expression Engine
914

1015
Rossum Expression Engine is responsible for validating expressions, producing either a true or false result. Its syntax closely resembles that of Python and allows for utilizing data from annotated documents. The engine assesses conditions and expressions using document data. Currently, it is employed for the Business Rules Validation extension, but there are plans to extend its usage to other extensions in the future. Engine operates at both the header field and line item levels, offering the flexibility to combine them within a single expression.

docs/learn/business-rules-validation/index.md renamed to docs/learn/deprecated/business-rules-validation/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
---
22
title: 'Business Rules Validation'
33
sidebar_position: 1
4+
slug: '/learn/business-rules-validations'
45
---
56

7+
import Deprecated from '../../\_deprecated.md';
8+
9+
<Deprecated />
10+
611
Business Rules Validation allows users to perform validations of the extracted and calculated data. It typically runs at the end of the extension chain and the main purpose of it is to prevent confirmations (or block automation) of invalid documents.
712

813
<!-- TODO: create a page (guide) describing how does chaining of extensions work! -->

0 commit comments

Comments
 (0)