import * as wmill from "https://deno.land/x/[email protected]/mod.ts";
export async function main(id: string, resumePayload?: object) {
return wmill.JobService.resumeSuspendedFlowAsOwner({
workspace: wmill.getWorkspace(),
id,
requestBody: resumePayload ?? {},
});
}
Submitted by hugo697 229 days ago
import * as wmill from "https://deno.land/x/[email protected]/mod.ts";
export async function main(id: string, resumePayload?: object) {
return wmill.JobService.resumeSuspendedFlowAsOwner({
workspace: wmill.getWorkspace(),
id,
requestBody: resumePayload ?? {},
});
}
Submitted by adam186 993 days ago
import * as wmill from "https://deno.land/x/[email protected]/mod.ts";
export async function main(id: string, resumePayload?: object) {
return wmill.JobService.resumeSuspendedFlowAsOwner({
workspace: wmill.getWorkspace(),
id,
requestBody: resumePayload ?? {},
});
}
Submitted by adam186 1028 days ago
import * as wmill from "https://deno.land/x/[email protected]/mod.ts";
export async function main(id: string, resumePayload?: object) {
return wmill.JobService.resumeSuspendedFlowAsOwner({
workspace: wmill.getWorkspace(),
id,
requestBody: resumePayload ?? {},
});
}
Submitted by admin 1084 days ago
import * as wmill from "https://deno.land/x/[email protected]/mod.ts";
export async function main(id: string, resumePayload?: object) {
return wmill.JobService.resumeSuspendedFlowAsOwner({
workspace: wmill.getWorkspace(),
id,
requestBody: resumePayload,
});
}
Submitted by admin 1084 days ago