<img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=691116991096043&amp;ev=PageView&amp;noscript=1">
Skip to content
  • There are no suggestions because the search field is empty.

⚡️ Gatekeeper Expert - Workflow Resubmissions and Appeals ⚡️

Learn how to leverage SLA Timers to offer optional appeals for workflow form rejections.

 Take Control

   Estimated Read Time: 4 minutes


Sections in this article:



Introduction

This article covers how to configure a workflow so that when a form is rejected, it's sent back to the requestor to update and resubmit, but is automatically closed if no action is taken after a set amount of time. This provides a structured way to handle rejections by supporting both resubmission and closure.

The requestor will be notified that their card was rejected, and can resubmit their form without having to start a new request from scratch. Alternatively, they can take no action and let the SLA deadline expire, after which the card will be automatically transitioned to a Done phase.

Example Diagram UPDATED: XML / PDF

 

 

 Configuration

Add a New Phase

First, you'll need to add an additional phase to the workflow and configure the settings:

  1. Navigate to the relevant workflow, then click Add.
    add new phase (resubmission)
  2. Enter a phase title (e.g. Review Rejection) and description if needed, then click Save & Next.
  3. From Form Access, select the Card Creator radio button under Card Owners.
    resubmission - card creator
  4. From Form, select the Editable radio button on the relevant sections, ensuring this matches the configuration of the start phase.
  5. From Notifications, enable the Email Notification toggle for Card Owner, then click the pencil icon to edit the email content.
  6. From Transitions, select the Conditional radio button, then click Clone Transitions to replicate the transitions from the initial request phase.
  7. Click Add Transition and enter a name e.g. SLA Expired, then click Create.
  8. Click Add, then set the condition as SLA Deadline Expiry = is expired.
  9. Set this to transition cards to the Rejected [Done] phase, then set the transition status to Live.

    1. From SLA, enter a value, then select the unit (hours or days) from the dropdown list, for example 7 days.

    Reorder Phases

    Next, you need to move the phase to the relevant position:

      1. Click Reorder.
        reorder
      2. Drag and drop the phases into the desired position. This could be:
        1. Between the Request and Approval phases.
        2. At the end of the workflow, next to the Rejected [Done] phase.
      3. Once finished, click Update.

      Reconfigure the Approval Phase Transition

      Finally, update the transitions from your approval phase so that rejected cards move into the new Review Rejection phase.

      1. Click the approval phase to edit it.
      2. From Transitions, select the new Review Rejection phase radio button under IF REJECTED.

      Optional Setup

      If desired, you can configure the following to ensure a streamlined process:

      • Add a reminder email a day before the SLA timer expires, notifying the requestor they have one day left to act on their resubmission.
      • Add a new mandatory field in the resubmission phase asking the requestor to explain why the request should be reconsidered.
      • Update the rejection phase instructions to inform the reviewer what happens when a form is rejected.

       

      Example Email Templates

      The following examples can be used for the email notification and reminder templates.

      Rejection Notification Email

      Subject: ⚠️ Request Rejected - ⚠️

      Content: 

      "{{ recipient.full_name }}

      Your <strong>{{ workflow.label }}</strong>  request form has been rejected.

      <strong>Rejected By</strong> {{ actor.full_name }}
      <strong>Comments:</strong> {{ approval.reason }}

      You may update and resubmit this request at the below link.

      <hr><i>If no action is taken, your request will be archived after <strong>7 days</strong></i>"

      Rejection Reminder Email

      Subject: ⏰ 1 day left to act - {{ card.name }} ⏰

      Content: 

      "{{ recipient.full_name }}

      Your <strong>{{ workflow.label }}</strong>  request will remain active for one more day before it is automatically archived.

      You may update and resubmit this request at the below link

      <i>If you no longer need this new contract, you can disregard this email.</i>"

      Additional Reading 📚