//native
import * as wmill from "windmill-client@1";
export async function main(scriptPathExact?: string) {
return wmill.JobService.listQueue({
workspace: wmill.getWorkspace(),
suspend: true,
perPage: 50,
scriptPathExact,
});
}
Submitted by hugo989 6 days ago