Log error ( windmill) - failure module
One script reply has been approved by the moderators Verified

Created by admin 179 days ago Viewed 398 times 0 Points

No comments yet

Login to be able to comment
Points: 0
deno
One script reply has been approved by the moderators
Ap­pro­ved
export async function main(message: string, name: string) {
  const flow_id = Deno.env.get("WM_FLOW_JOB_ID")
  console.log("message", message)
  console.log("name",name)
  return { message, flow_id }
}

Submitted by admin 179 days ago

Edited 72 days ago

No comments yet

Login to be able to comment