{ "name": "linear-async", "code": "linear_async_1", "design_json": { "name": "linear-async", "executionMode": "async", "nodes": [ { "id": "N1", "type": "http", "data": { "title": "A-GET", "api": { "method": "GET", "url": "https://httpbin.org/delay/1" } } }, { "id": "N2", "type": "http", "data": { "title": "B-UUID", "api": { "method": "GET", "url": "https://httpbin.org/uuid" } } } ], "edges": [ { "sourceNodeID": "N1", "targetNodeID": "N2" } ] } }