Skip to content

Commit 7c23de2

Browse files
committed
chore: schemas: add allow_task_start_over
1 parent 67975b5 commit 7c23de2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

hack/template-schema.json

+4
Original file line numberDiff line numberDiff line change
@@ -1072,6 +1072,10 @@
10721072
"tags": {
10731073
"description": "Global tags that will be applied to all tasks created with this template",
10741074
"$ref": "#/definitions/Tags"
1075+
},
1076+
"allow_task_start_over": {
1077+
"description": "Indicates if tasks coming from a template can be start-over by admins or resolution manager",
1078+
"type": "boolean"
10751079
}
10761080
}
10771081
}

0 commit comments

Comments
 (0)