|
2 | 2 |
|
3 | 3 | The [BPM tool](bpm.md) provides additional formula functions.
|
4 | 4 |
|
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). |
6 | 6 |
|
7 | 7 | * [bpm\targetEntity\attribute](##bpmtargetentityattribute)
|
8 | 8 | * [bpm\createdEntity\attribute](#bpmcreatedentityattribute)
|
@@ -30,7 +30,6 @@ Available records:
|
30 | 30 | * user tasks;
|
31 | 31 | * sent messages.
|
32 | 32 |
|
33 |
| - |
34 | 33 | ALIAS_ID can be obtained:
|
35 | 34 |
|
36 | 35 | * from the detail view of a *Task* that has an action that creates a record;
|
@@ -64,8 +63,7 @@ Starts a process.
|
64 | 63 | * `bpm\broadcastSignal(SIGNAL_NAME)` – broadcast a regular signal
|
65 | 64 | * `bpm\broadcastSignal(SIGNAL_NAME, ENTITY_TYPE, ENTITY_ID)` – broadcast an object signal
|
66 | 65 |
|
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. |
69 | 67 |
|
70 | 68 | !!! example "Example, regular signal"
|
71 | 69 |
|
@@ -97,10 +95,8 @@ It can be useful to broadcast a custom signal from a workflow rule and then catc
|
97 | 95 |
|
98 | 96 | Returns the code of a caught error. Error codes are of the string type. Can be used after a catching Error Event.
|
99 | 97 |
|
100 |
| - |
101 | 98 | ### bpm\caughtErrorMessage
|
102 | 99 |
|
103 | 100 | *As of v2.14.*
|
104 | 101 |
|
105 | 102 | Returns the message of a caught exception. Can be used after a catching Error Event.
|
106 |
| - |
0 commit comments