mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-10 16:05:58 +00:00
is_wac_v2_py required both @workflow and @task, so a workflow using only inline step() calls fell through to the regular Python path and returned the raw coroutine object instead of its awaited result. Match the TS detector and accept @workflow alone. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Windmill Worker
The worker. Used to process and execute flows & jobs.
This crate exposes both a library as well as a binary target.