Edits history of script submission #6018 for ' Approval Prompt (windmill)'

  • bun
    One script reply has been approved by the moderators
    Ap­pro­ved
    import * as wmill from "windmill-client"
            
    export async function main() {
        const resumeUrls = await wmill.getResumeUrls("approver1")
    
        return {
            resume: resumeUrls['resume'],
            default_args: {}, // optional
            enums: {} // optional
        }
    }

    Submitted by hugo697 386 days ago

  • bun
    import * as wmill from "windmill-client"
            
    export async function main() {
        const resumeUrls = await wmill.getResumeUrls("approver1")
    
        return {
            resume: resumeUrls['resume'],
            default_args: {}, // optional
            enums: {} // optional
        }
    }

    Submitted by henri186 804 days ago