Edits history of script submission #22583 for ' Return resume and cancel endpoints (windmill)'

  • bunnative
    One script reply has been approved by the moderators
    Ap­pro­ved
    //native
    
    import * as wmill from "windmill-client@1";
    
    export async function main(approver?: string) {
      const endpoints = await wmill.getResumeUrls(approver);
      console.log(`Approval page at ${endpoints.approvalPage}`);
      return endpoints;
    }
    

    Submitted by hugo989 7 days ago