Function getResumeUrls

  • Get URLs needed for resuming a flow after this step

    Parameters

    • Optionalapprover: string

      approver name

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

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