Skip to content

Commit 607549e

Browse files
authored
Update bpm-formula.md
1 parent fc89755 commit 607549e

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

docs/administration/bpm-formula.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The [BPM tool](bpm.md) provides additional formula functions.
44

5-
Formula script can be utilized in conditions, script tasks, various task actions. Some functions can be used in a workflow (broadcastSignal, startProcess).
5+
A Formula script can be utilized in conditions, script tasks, and various task actions. Some functions can be used in a workflow (broadcastSignal, startProcess).
66

77
* [bpm\targetEntity\attribute](##bpmtargetentityattribute)
88
* [bpm\createdEntity\attribute](#bpmcreatedentityattribute)
@@ -30,7 +30,6 @@ Available records:
3030
* user tasks;
3131
* sent messages.
3232

33-
3433
ALIAS_ID can be obtained:
3534

3635
* from the detail view of a *Task* that has an action that creates a record;
@@ -64,8 +63,7 @@ Starts a process.
6463
* `bpm\broadcastSignal(SIGNAL_NAME)` – broadcast a regular signal
6564
* `bpm\broadcastSignal(SIGNAL_NAME, ENTITY_TYPE, ENTITY_ID)` – broadcast an object signal
6665

67-
It can be useful to broadcast a custom signal from a workflow rule and then catch it inside a running process. A workflow rule will perform some condition checking and only after than will broadcast a signal.
68-
66+
It can be useful to broadcast a custom signal from a workflow rule and then catch it inside a running process. A workflow rule will perform some condition checking and only after that will broadcast the signal.
6967

7068
!!! example "Example, regular signal"
7169

@@ -97,10 +95,8 @@ It can be useful to broadcast a custom signal from a workflow rule and then catc
9795

9896
Returns the code of a caught error. Error codes are of the string type. Can be used after a catching Error Event.
9997

100-
10198
### bpm\caughtErrorMessage
10299

103100
*As of v2.14.*
104101

105102
Returns the message of a caught exception. Can be used after a catching Error Event.
106-

0 commit comments

Comments
 (0)