Skip to main content
Module

x/windmill/mod.ts>getResumeUrls

Windmill deno client (separated from the main repo because most of the code is auto-generated from the openapi and not worth committing)
Go to Latest
function getResumeUrls
import { getResumeUrls } from "https://deno.land/x/windmill@v1.298.0/mod.ts";

Get URLs needed for resuming a flow after this step

Parameters

optional
approver: string

approver name

Returns

Promise<{ approvalPage: string; resume: string; cancel: string; }>

approval page UI URL, resume and cancel API URLs for resumeing the flow