白皮书下载
trigger
1、 Function description
Define operations triggered by various events, which need to be used with other triggers.
2、 Instructions for use
After adding the trigger component to the visual editing area, you can set the & ldquo; attribute on the right; Trigger mode & rdquo; And & ldquo; Trigger rule & rdquo;.
3、 Attribute description

● trigger mode
Select "non blocking continuous trigger": trigger when the trigger conditions are met, and the subsequent process operation will not be affected.
Select "non blocking trigger once": trigger once when the trigger conditions are met, which does not affect the subsequent process operation. c) If "block trigger once" is selected, it will be triggered once when the trigger conditions are met, blocking the operation of subsequent processes.
● trigger rules
Select "any satisfied", and the component will execute multiple triggers. If any one meets the trigger conditions, the post trigger logic will be executed.
Select satisfy all to execute multiple triggers. If all triggers meet the trigger conditions, the post trigger logic will be executed.




