Skip to content
Snippets Groups Projects
Commit 8468d86a authored by Jan David Mol's avatar Jan David Mol
Browse files

TMSS-318: removed barrier, as we may move that to the SU task table as a more generic solution.

parent 3f8ec215
No related branches found
No related tags found
2 merge requests!261Resolve TMSS-318,!260syncing cob-master with master again
...@@ -5,13 +5,8 @@ ...@@ -5,13 +5,8 @@
"description": "This schema defines the parameters to setup an ingest task.", "description": "This schema defines the parameters to setup an ingest task.",
"version": 1, "version": 1,
"type": "object", "type": "object",
"additionalProperties": false,
"properties": { "properties": {
"su_start_barrier": {
"type": "boolean",
"title": "Wait for Scheduling Unit to allow ingest",
"description": "Set to false to start ingesting when all predecessors have finished.",
"default": false
}
}, },
"required": [ "required": [
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment