import * as wmill from "https://deno.land/x/windmill@v1.85.0/mod.ts";
export async function main(id: string, resumePayload?: object) {
return wmill.JobService.resumeSuspendedFlowAsOwner({
workspace: wmill.getWorkspace(),
id,
requestBody: resumePayload ?? {},
});
}
Submitted by adam186 611 days ago
import * as wmill from "https://deno.land/x/windmill@v1.70.1/mod.ts";
export async function main(id: string, resumePayload?: object) {
return wmill.JobService.resumeSuspendedFlowAsOwner({
workspace: wmill.getWorkspace(),
id,
requestBody: resumePayload ?? {},
});
}
Submitted by adam186 646 days ago
import * as wmill from "https://deno.land/x/windmill@v1.57.1/mod.ts";
export async function main(id: string, resumePayload?: object) {
return wmill.JobService.resumeSuspendedFlowAsOwner({
workspace: wmill.getWorkspace(),
id,
requestBody: resumePayload ?? {},
});
}
Submitted by admin 702 days ago
import * as wmill from "https://deno.land/x/windmill@v1.57.1/mod.ts";
export async function main(id: string, resumePayload?: object) {
return wmill.JobService.resumeSuspendedFlowAsOwner({
workspace: wmill.getWorkspace(),
id,
requestBody: resumePayload,
});
}
Submitted by admin 702 days ago