Edits history of script submission #22580 for ' List Suspended Jobs (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(scriptPathExact?: string) {
      return wmill.JobService.listQueue({
        workspace: wmill.getWorkspace(),
        suspend: true,
        perPage: 50,
        scriptPathExact,
      });
    }
    

    Submitted by hugo989 6 days ago