Files
windmill/workflows/f/dev/hello_world__flow/flow.yaml
2026-03-02 04:00:01 +00:00

13 lines
262 B
YAML

summary: Prints Hello World with Correct Syntax
description: ''
value:
modules:
- id: a
value:
type: rawscript
content: '!inline a.py'
input_transforms: {}
lock: '!inline a.lock'
language: python3
schema: null