Edits history of script submission #271 for ' Resume Suspended Flow as Owner (windmill)'

  • deno
    One script reply has been approved by the moderators
    Ap­pro­ved
    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 370 days ago

  • deno
    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 1134 days ago

  • deno
    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 1169 days ago

  • deno
    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 1225 days ago

  • deno
    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 1225 days ago