Skip to main content
Liaison

Designing Workflows

In Outcomes, you can design workflows using the Workflow Automation feature. Workflows are sequences of actions that should occur at different stages throughout the application cycle. Workflow Automation allows you to build rules to launch desired actions when specific conditions are met. Workflows can be set to begin when a specified action has occurred, or they can be launched manually.

Workflows differ from Automation Rules in that workflows are run whenever your desired conditions are met. The scheduled updates that occur through Automation Rules can be configured to occur at a specific time and with the desired frequency.

You can design workflows to do many different things, for example:

  • Change the Phase on a specific set of applications
  • Send an email to a group of applicants who've met some milestone
  • Update internal fields on applications to indicate new information

workflow-automation-example.png

Building a Workflow

To begin creating your workflow:

  1. Navigate to the Settings menu and click Workflows in the Application Review section.

    Workflows menu
  2. Here you can review your existing Workflows. Click the plus sign at the top right to begin working on a new Workflow.
  3. Name the workflow and click Add Trigger to begin configuring the Workflow.

    Adding a workflow trigger
  4. Select the type of trigger to add.
  5. Click the plus sign to add a step.

    Adding an action to a workflow
  6. Choose what type of step should take place at this point in the workflow.

    Selecting a step for a workflow
  7. Next, indicate the specific step that should occur. Choose Decision if your step is dependent on some other conditions.

    Selecting a decision with a workflow
    This creates a Yes/No path, allowing you to insert your desired steps in either branch. Click the plus sign on either side to add your step.

    Adding a step to a yes-no branch workflow
     
  8. If you're adding an Action, select from the displayed list.

    Selecting an action for a workflow
  9. Continue adding steps as desired.

    Sample workflow
  10. Use the Wait step to add a delay. This is useful to provide yourself a buffer in case you need to stop the next action from occurring. For example, if your next step is to send an acceptance letter, you might add a delay of one or more days to allow yourself an opportunity to catch any inadvertent acceptances.
  11. To remove a step, hover over it and click the X.

    Removing a step from a workflow
  12. When you're done adding steps, click Save Changes at the top right.

Running Workflows

After you enable a Workflow, it runs automatically when your trigger occurs. Newly enabled Workflows do not run retroactively, so they will not impact applications that previously met the trigger criteria. You can also launch Workflows manually on your applications as needed. To do this:

  1. Navigate to the desired application.
  2. Open the information pane and click the plus sign in the Workflows area.

    run-a-workflow.png
  3. Select which Workflow you'd like to run on this applicant.
  4. Once the Workflow has started running, it appears in the Workflows area along with its status.

Reviewing Workflows

If you've started running Workflows, you can review them to determine which actions have taken place on each application, and to ensure that they have run as expected. You can do this from any application. To do so:

  1. Navigate to the desired application.
  2. Open the information pane, and review the Workflows area.

    completed-workflows.png
  3. To see what actions have taken place, click a Workflow.

    Reviewing a workflow
  4. From here, you review each step. Hover over a step to see when it was completed.

Sample Workflow

In the following example, the program has created a Workflow to handle accepted applicants.

Sample workflow key

  1. Decision set to Accepted. When an Outcomes user changes an applicant's decision to Accepted, the workflow is initiated.
  2. Wait for Two Days. This Wait step is present to provide a buffer before the next actions are kicked off. Without this, if an Outcomes user were to accidentally set an applicant's decision to Accepted, the next steps would occur immediately. Depending on the circumstances, the wait step can be set for a number of minutes, hours, or days.
  3. Set Program Stage to Acceptance. In Outcomes, Program Stages allow you to establish what actions can occur on an application, and what applicants can interact with during different periods of the application process. Our example stage has been configured to provide the following items:
    • A welcome message for applicants on the Application Portal, using the Content item.
    • An acceptance letter, using the Documents item.
    • A fee collection, through the Submit item.

      Sample Application Stage
  4. Email using Accept Template. This step sends an email to the applicant. In this case, the software sends an email informing the applicant they've been accepted.
  5. Exit Workflow. This step ends the workflow.
  6. Active Toggle. Use this toggle to turn the workflow on or off. With the workflow turned off, setting a decision to Accepted won't initiate the following actions.  While the Workflow is disabled, it can still be manually launched as described above.
  • Was this article helpful?