Section | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
...
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:
- A summary text area that can be used to give a description of the task at the top. This is configurable by the designer and can be templatized via the "control" dropdown. See Setup Quick View for the details.
A text area in which the person who is viewing the task can enter a comment. Entering a comment on the Quick View screen is the same as typing the comment directly into the form.
- Approve button. Clicking this displays the message flashes a "Please Wait" message and then displays "Task successfully approved" and moves the workflow along . The workflow moves to the next step. The task will disappear from your task list.
- Reject button. Clicking this rejects the task to the step selected from the Prior Activity dropdown. A reason for the rejection must be provided. The message "Task successfully rejected" will display.
- Details button. Clicking this will display the form as usual. This action is identical to clicking on the perform this task icon. Clicking on the Details button will lock the task.
...
Section | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Modify a Task
Tenant/flow admins and designer users have special modify permissions. They can:
...
The tenant/flow admin clicks the icon icon to move this saved form to a different user's task list by selecting a user entering the user id of the the person you want to assign it to from the "Assign to a different user" dropdown, putting . Type a message username in Reason input and clicking submit. In the image below the that field and all users beginning with the letter you have entered appear as dropdown choices. Enter the reason for the reassignment in the Reason field and click submit. In the image below the flow admin, Jerry has selected the username 'm1'.
...
The tenant/flow admin can also move a saved form or any saved or pending flow to one or more roles. In the example above imagine that the user 'm1' is also unavailable. The tenant/flow admin can again search for the loan application form saved by Sally and again click modify but this time select a role from the "Assign to a different role" dropdown. Click the plus icon to select multiple roles. Now the saved form will appear on the task list of all users that have that role(s).
...
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" 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" |
If embedding the task list successfully into an HTML page requires setting its width, see URL Parameters for more details.
...