mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-07-14 16:52:53 +02:00
Updated Transaction Rules (markdown)
+1
-1
@@ -15,7 +15,7 @@ Each rule has the following configuration options:
|
|||||||
* `Run on update`: The rule will run when an existing transaction is updated.
|
* `Run on update`: The rule will run when an existing transaction is updated.
|
||||||
* `Run on delete`: The rule will run when a transaction is deleted.
|
* `Run on delete`: The rule will run when a transaction is deleted.
|
||||||
* **Sequenced**: A sequenced rule will update its [variables](#available-variables) between each rule execution, meaning that the next action will have access to the values of the previous action instead of the originating transaction.
|
* **Sequenced**: A sequenced rule will update its [variables](#available-variables) between each rule execution, meaning that the next action will have access to the values of the previous action instead of the originating transaction.
|
||||||
* **Trigger**: A condition that must evaluate to `True` for the rule's actions to be executed.
|
* **Trigger** (the `If...` part): A condition that must evaluate to `True` for the rule's actions to be executed.
|
||||||
|
|
||||||
## Actions
|
## Actions
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user