Mnovich/temporal foreground tasks (#2895)
Co-authored-by: Carlos M. Lopez <carlopez@squareup.com>
This commit is contained in:
@@ -1091,6 +1091,10 @@
|
||||
"cron": {
|
||||
"type": "string"
|
||||
},
|
||||
"execution_mode": {
|
||||
"type": "string",
|
||||
"nullable": true
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -1907,6 +1911,10 @@
|
||||
"currently_running": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"execution_mode": {
|
||||
"type": "string",
|
||||
"nullable": true
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user