mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-23 00:00:33 +00:00
01c16f29a8
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')