Files
windmill/cli/examples/u/admin/example.flow.json
Kai Jellinghaus d490680fb7 Add CLI arg (#987)
2022-12-04 13:24:46 +01:00

37 lines
720 B
JSON

{
"summary": "",
"description": "",
"value": {
"modules": [
{
"value": {
"path": "u/admin/test_script",
"type": "script"
},
"input_transforms": {}
},
{
"value": {
"path": "u/admin/fib",
"type": "script"
},
"input_transforms": {
"element": {
"type": "static",
"value": 100
}
}
}
]
},
"edited_by": "admin",
"edited_at": "2022-10-17T16:08:38.000148Z",
"archived": false,
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [],
"properties": {}
},
"extra_perms": {}
}