Skip to content

Commit

Permalink
Update tests.schema and tests.uischema files
Browse files Browse the repository at this point in the history
  • Loading branch information
ceciliaavila committed Apr 18, 2024
1 parent 552bfae commit e3a39ab
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions tests/tests.schema
Original file line number Diff line number Diff line change
Expand Up @@ -6498,6 +6498,15 @@
}
},
"properties": {
"executionLimit": {
"$ref": "#/definitions/numberExpression",
"title": "Execution limit",
"description": "Number of executions allowed for this trigger. Used to break loops in case of errors inside the trigger.",
"examples": [
3,
"=f(x)"
]
},
"condition": {
"$ref": "#/definitions/condition",
"title": "Condition",
Expand Down
3 changes: 2 additions & 1 deletion tests/tests.uischema
Original file line number Diff line number Diff line change
Expand Up @@ -1166,7 +1166,8 @@
"label": "Error occurred",
"order": [
"condition",
"*"
"*",
"executionLimit"
],
"subtitle": "Error event"
},
Expand Down

0 comments on commit e3a39ab

Please sign in to comment.