Add new property to schema files
This commit is contained in:
Родитель
c287e507d7
Коммит
375e2292db
|
@ -3,5 +3,16 @@
|
|||
"$role": [ "implements(Microsoft.ITrigger)", "extends(Microsoft.OnCondition)" ],
|
||||
"title": "On error",
|
||||
"description": "Action to perform when an 'Error' dialog event occurs.",
|
||||
"type": "object"
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"executionLimit": {
|
||||
"$ref": "schema:#/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)"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
"form": {
|
||||
"order": [
|
||||
"condition",
|
||||
"*"
|
||||
"*",
|
||||
"executionLimit"
|
||||
],
|
||||
"hidden": [
|
||||
"actions"
|
||||
|
|
Загрузка…
Ссылка в новой задаче