We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b716015 commit af2d1baCopy full SHA for af2d1ba
lib/airflow/example/workflow_template/migrate_infra_workflow.json
@@ -18,9 +18,8 @@
18
},
19
{
20
"name": "sleep_for_1m_30s",
21
- "task_component": "sleep_time",
22
- "extra": { "params": { "time": "1m 30s" } },
23
- "request_body": "",
+ "task_component": "cicada_task_time_sleep",
+ "request_body": "{\n \"time\": \"1m 30s\"\n}",
24
"dependencies": [
25
"infra_migration"
26
]
0 commit comments