{ "name": "daily_report_workflow", "description": "Fetches a sample dataset on a schedule. Used as a scheduler demo.", "version": 1, "tasks": [ { "name": "fetch_report_data", "taskReferenceName": "fetch_report_data_ref", "type": "HTTP", "inputParameters": { "http_request": { "uri": "https://jsonplaceholder.typicode.com/todos?userId=1", "method": "GET", "connectionTimeOut": 3000, "readTimeOut": 3000 } } } ], "outputParameters": { "statusCode": "${fetch_report_data_ref.output.response.statusCode}", "itemCount": "${fetch_report_data_ref.output.response.body.length()}" }, "schemaVersion": 2, "restartable": true, "ownerEmail": "demo@example.com", "timeoutPolicy": "TIME_OUT_WF", "timeoutSeconds": 120 }