Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
Column

The  Task List is an electronic listing of workflow tasks that require a user's attention. It is similar to an email Inbox. Users must log in to to access their task list. Tasks display in a small area on the left side of the screen. Clicking on an icon to perform a task related function will display any associated screens to the right or below the task list depending on it's state.  See images below.

Selected tasks will display with a blue background. Updates to the task list occur automatically every five minutes and an icon is provided to manually refresh the list.

Desktop/Tablet View of the Task List  

Column
width240px

On This Page:

 

Table of Contents
maxLevel1

...

Tip

Quick View does not lock the task.

Let's consider a Leave Approval workflow with two activities: the first step is a form which collects the pertinent information about the Leave request - employee name, starting date and duration of leave, etc. This step is filled out by any employee requesting a leave. The second step is a form that has a section named Manager Approval with a text area control for comments. The designer has setup the Quick View feature for this step in the flow and assigned the role of manager to it.  When a manager clicks on the Quick view icon, the Manager step displays as shown:. 

You will see the following on the Quick View Screen:

...

Here is how an embedded tasks list looks. Even when embedded, the task list is always protected by a login dialog. So if you have not already authenticated to  you will be prompted to enter your  username and password. The login then automatically redirects each person to their own personal task list.

Info

LDAP SSO customers must make one change to the script to successfully embed the Task List in your website. Replace the {tn.id}  in the script with your tenant id. The example shows a modified script for a tenant named ldap:

Original script:

  <script src="https://app.frevvo.com:443/frevvo/web/embed?resize=true&container=true&border=false&url=https://app.frevvo.com:443/frevvo/web/tn/{tn.id}/subject/{subject.id}/tasks%3fembed=true%26container=true%26resize=true"
                    type="text/javascript"></script>

Script modified with tenant name:

<script src="https://app.frevvo.com:443/frevvo/web/embed?resize=true&container=true&border=false&url=https://app.frevvo.com:443/frevvo/web/tn/ldap/subject/{subject.id}/tasks%3fembed=true%26container=true%26resize=true"
                    type="text/javascript"></script>        

If embedding the task list successfully into an HTML page requires setting its width, see URL Parameters for more details.

...