mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-02-13 16:03:20 -05:00
Document operators
Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
This commit is contained in:
parent
e50ba76e35
commit
c22d4b648a
6 changed files with 25 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ Documentation
|
|||
* [Create your first process node](doc/04-Create-your-first-process-node.md)
|
||||
* [Importing Processes](doc/05-Importing-Processes.md)
|
||||
* [Customize Node Order](doc/06-Customize-Node-Order.md)
|
||||
* [Operators](doc/09-Operators.md)
|
||||
|
||||
### Web Components
|
||||
* [Breadcrumb](doc/12-Web-Components-Breadcrumb.md)
|
||||
|
|
|
|||
24
doc/09-Operators.md
Normal file
24
doc/09-Operators.md
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
# Operators <a id="operators">
|
||||
|
||||
Every Business Process requires an Operator. This operator defines its behaviour and specifies how its very own state is
|
||||
going to be calculated.
|
||||
|
||||
## AND <a id="and-operator">
|
||||
|
||||
The `AND` operator selects the **WORST** state of its child nodes:
|
||||
|
||||

|
||||
|
||||
## AND <a id="or-operator">
|
||||
|
||||
The `OR` operator selects the **BEST** state of its child nodes:
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
## MIN n <a id="min-operator">
|
||||
|
||||
The `MIN` operator selects the **WORST** state out of the **BEST n** child node states:
|
||||
|
||||

|
||||
BIN
doc/screenshot/09_operators/0901_and-operator.png
Normal file
BIN
doc/screenshot/09_operators/0901_and-operator.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 80 KiB |
BIN
doc/screenshot/09_operators/0902_or-operator.png
Normal file
BIN
doc/screenshot/09_operators/0902_or-operator.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 63 KiB |
BIN
doc/screenshot/09_operators/0903_or-operator-without-ok.png
Normal file
BIN
doc/screenshot/09_operators/0903_or-operator-without-ok.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 80 KiB |
BIN
doc/screenshot/09_operators/0904_min-operator.png
Normal file
BIN
doc/screenshot/09_operators/0904_min-operator.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 92 KiB |
Loading…
Reference in a new issue