Closes #28200
@@ -16,6 +16,10 @@
"wait_for_completion": {
"type": "boolean",
"description": "Wait for the matching tasks to complete (default: false)"
+ },
+ "timeout": {
+ "type": "time",
+ "description": "Explicit operation timeout"
}
},
@@ -32,6 +32,10 @@
"description": "Group tasks by nodes or parent/child relationships",
"options" : ["nodes", "parents", "none"],
"default" : "nodes"