mirror of
https://github.com/hcengineering/platform.git
synced 2025-03-10 23:21:47 +00:00
Updated Automation (markdown)
parent
3139f5fe7a
commit
af2687b647
@ -21,6 +21,15 @@
|
|||||||
### Based on attribute class
|
### Based on attribute class
|
||||||

|

|
||||||
|
|
||||||
|
## Triggers
|
||||||
|
### User action
|
||||||
|
- triggered from context menu (could choose several modes, e.g. context, editor etc, available modes could be configured by mixin, by default only context is available).
|
||||||
|
- calls Automation Service api by special action handler.
|
||||||
|
### Database trigger
|
||||||
|
- has one trigger catching database transactions
|
||||||
|
- finds all automation objects for transaction class (automation target class)
|
||||||
|
- checks what automations are applicable for object
|
||||||
|
- calls Automation Service api to execute commands
|
||||||
|
|
||||||
# Issues
|
# Issues
|
||||||
One automation item can contain one trigger, but several actions to perform on it.
|
One automation item can contain one trigger, but several actions to perform on it.
|
||||||
|
Loading…
Reference in New Issue
Block a user