Versions Compared

Key

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

When you click Test  icon  will display your flow in “Use Mode”—in other words, the flow will appear and behave exactly as it will when users access it. To test the flow, just complete it as your users would and click Submit. Test mode allows you to view your flow as it would appear on a desktop, iPad or iPhone. Refer to Testing Forms for more information about Test Mode views.

Tip

The Flow Tutorial is a fabulous way to learn how to test your flows.

Column
width240px

On This Page:

Table of Contents

...

Live Forms provides a method to show validation errors at the time of submission. Click on the Continue or Finish button in a flow that contains invalid data or required fields that are empty and the invalid controls are highlighted with a background color. Refer to this documentation for the details. 

Approval Flows

Approval workflows are very easy to automate in . The requestor fills out the original form (or set of forms) electronically and the flow is then routed it to the appropriate person or persons according to the desired business scenario. They’re notified with an email and can take action instantly using any device e.g. instant approval using a smart phone. E-signatures are collected and pdfs can be generated along the way.  offers multiple integration options so you can save your data. 

Image Modified

Approving a Task

Reviewing a task for approval is very easy in  using the Task List. The approver can use the  Quick Approval or the  Perform icons to  display the approval step. Quick Approval displays a Quick View of the task without displaying the entire form. It allows the user who's responsibility it is to review the task (manager, supervisor, reviewer etc.) to add a comment, approve or reject, sign and pass it to the next user in the flow. This works well on mobile devices. Of course, if the approver wants to see the entire form they can click the Details button.

 Follow these instructions to approve a task for the flow that you downloaded:

...

A non-admin user can send a task back to a previous step by clicking the Reject button. The Reject button is configurable by the designer so all steps in the flow may not have one. 

...


 

Searching for Tasks

Click the  icon on the Task List to search for a form you have saved and want to continue, that you have submitted in the past, or to search for a flow you have participated in. You can narrow your search to specific forms or flows, a date range when you performed a task or only tasks that ended with errors. You can check one or more task states (Saved, Submitted, WAITING, PENDING, ABORTED)  include/exclude tasks from the search results.

Search will only show tasks that the user has participated in.  

 

Users with flow admin permission are able to search for tasks that were performed by other users. One very common function is to search for tasks that are locked by a particular user so that the flow admin can modify them and reassign them to another user or role -- for example if a person goes on vacation and you need to move a saved or pending form or flow to another user. 

If no matching tasks are found as a result of your search, you will see this message:

Saving forms/flows to complete at a later time

Users may not have all the information required to complete a form/flow in a single session.  offers a Save/Load feature that adds a Save button to the bottom of the form: Users can  partially complete forms/flows including leaving required fields blank and even having invalid data in form fields then click Save. The partially completed form is saved to the user's Task List. Later the user can re-open the form either in the same browser or a different browser or even from a different computer, and reload the partially completed form and continue working on it. You can save the form/flow as many times as you like. Clicking the  Saved Tasks icon displays all tasks partially completed by the user. Each time the Save button is clicked is tracked by creating entries in the Audit TrailSaved forms are not the same as submitted forms. Saved forms do not appear in the Submissions Repository. Saved forms can contain invalid data and also contain required fields with no values yet entered. When such a form is re-loaded the missing and invalid values are again flagged as such by . And the form cannot be submitted (the submit button will be grey'd out) until corrections are made to those fields. 

Follow these steps to Save a form:

  1. Logon to your  space as f_tom.
  2. Select a form/flow from the tab you created. Fill in some parts of the form/flow but do not complete it. Click the Save button. The "Save Successful" message will display.
  3. Click the  icon to display your Saved forms.
  4. Click the Perform icon. Add some more information but do not complete. Click the Save button. The "Save Successful" message will display.
  5. Save the form a third time then complete the form/flow.
Note

If your form/flow does not have a Save button, contact the form/flow designer.

 

Sending Emails in 

 offers the flow designer many ways to send emails from workflows. You can:

The Email in the flow designer palette is ONLY used to route a workflow to someone who does not have a  login(anoymous user). It does send an email to the anonymous user that contains a link to the step in the flow that the anonymous user performs. The anonymous user completes the step and then the workflow is routed back to a user who must login for the workflow to continue. Examples of  workflows that would have an an anonymous email step would be a request to an outside vendor for a quote, or a Purchase Order that is sent to the customer for approval. Refer to the Flow Tutorial for step by step instructions to implement this feature for a Purchase Order workflow.

Live Forms and IE Compatibility Mode

Workflows may not work/display correctly in the Internet explorer browser if Compatibility Mode is turned on.You may notice an issue with the Task List when it is embedded in HTML. To resolve the Task List issue or

if your organization needs to include your domain name in IE's compatibility mode list for other internal web pages to function properly, add this tag to the head element of your frevvo web pages to override compatibility mode.

Code Block
<meta http-equiv="X-UA-Compatible" content="IE=edge">

 

...

Clicking the link in the Anonymous Email more than Once

The link in the email sent to an anonymous user can be clicked more than once in a screenflow consisting of an anonymous Email followed by multiple sequential anonymous steps.The anonymous user is brought back to the flow at the current/latest anonymous step if the Save on Navigate feature is selected. You can find a discussion of this topic here.

Behavior Change for Workflows

When a user has the role or user required to execute the next step in a flow the prior behavior was to allow the current user to immediately navigate to the next step. The flow was not saved to the submission repository. In effect, the consecutive flow steps became part of a screen flow rather than a workflow step as the designer intended. The new behavior correctly saves the flow to the submissions repository, puts the flow on the task list of the user(s) and sends task notification emails to the user(s).

Flow Processing Modes

The Navigation toolbar provides the ability for a user to navigate back and forth between the steps of a workflow. This is helpful if the user needs to return to a previously competed step to make a correction or review the entered data. Editing of previously completed steps in a workflow is no longer possible if the previous step was completed by a different user than the current user. Previously completed steps are now rendered as read only unless it is a prior step for the same user, with no intervening steps belonging to another user. This feature is referred to as View mode.

Navigating through completed steps rendered in View mode using the the Continue button, skips completed steps such as HTTP Wait Notify  and anonymous Email. Configured document actions are not re-executed in View mode.

Let's consider the example of a new Employee On Boarding workflow, configured with the navigation toolbar. The first 4 steps in this workflow are referred to as a screenflow since they are all completed by the new employee. The screenflow in this example, consists of an Employee Information, W -4 Allowances, Education, Summary and Confirmation forms. New employee, Tom, realizes when he gets to the Confirmation step(4) that he needs to make a correction on the Allowances step (2).

Tom clicks the Allowance step in the navigation toolbar or the details button on the Summary step and is able to edit the data to make his correction. Tom clicks the Continue button to return to the confirmation step, signs the confirmation form then sends the workflow to his manager.

Image Added

Before manager Jerry approves the workflow, he wants to review the previously completed steps to ensure all is in order. Jerry clicks on the Employee step of the navigation toolbar and is able to review the information but he will not be able to edit it.

 Image Added

Clicking the Continue button displays the subsequent tasks in View mode and eventually brings him back to the Manager Approval step where he can approve or reject the task.

Image Added