Skip to content

Commit f368b47

Browse files
committed
Proofread Rules
1 parent 02356dc commit f368b47

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • content/en/docs/refguide/modeling/resources

content/en/docs/refguide/modeling/resources/rules.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ weight: 50
77

88
## Introduction
99

10-
A rule is a special kind of microflow. Its result should be an enumeration or a Boolean and it can be used in a [decision](/refguide/decision/) to make a decision based on that result. The idea is that complicated decisions can be consolidated in rules and reused in various places.
10+
A rule is a special kind of microflow. Its result should be an enumeration or a Boolean and can be used in a [decision](/refguide/decision/) to make a decision based on that result. The idea is that complicated decisions can be consolidated in rules and reused in various places.
1111

1212
## Differences from Microflows
1313

@@ -16,8 +16,8 @@ Rules are very similar to microflows; see the documentation on [Microflows](/ref
1616
* A rule can only be used in a decision
1717
* The return type has to be Boolean or enumeration
1818
* A rule cannot change data in the database; the actions to create, delete, change and rollback objects are not available in rules
19-
* A rule cannot interact with the client; the actions to show or close forms, show messages, send validation feedback and download files are not available in rules
20-
* A rule cannot call web services, generate documents or import XML
19+
* A rule cannot interact with the client; the actions to show or close forms, show messages, send validation feedback, and download files are not available in rules
20+
* A rule cannot call web services, generate documents, or import XML
2121

2222
These differences mean that rules perform better than microflows if you don't need any of the additional features which microflows provide.
2323

0 commit comments

Comments
 (0)