mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-18 16:02:10 +00:00
f1bcf784c9
If user passes float to setProgress it will result BadRequest from server but without any explanation. Sometimes it is non intuitive that endpoint accepts only integers, so to reduce confusion we convert progress to int.
Windmill Client
The SDK for the Windmill API.
import * as wmill from 'windmill-client';
await wmill.getVariable('u/foo/my_variable')