Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Warning

The initial release of Version 8.0 was deployed to the frevvo Cloud on 12/15/2018. A future release will be available for in-house customers.

Section
Column

v8.0 contains new features that improve usability and makes designing forms/flows easier.

Here are a few of the new features included in this Cloud Only release. 

New Features:

  • It is no longer necessary to enter a single space in a Message control that is used as a spacer in a form/flow. Message controls can now be set to an empty string.

  • Doc Action post failures now include the Server name.

  • The Apache Tomcat version in the Live Forms cloud has been upgraded to 8.5.32.

  • Visual Rule Builder now generates code for itemAdded if a rule contains repeating controls.

  • Template syntax expanded to force  to use the value instead of the label in the Options URL for Selection Controls.
  • Flow designer functionality is not supported in the Internet Explorer 11 browser.

Column
width450px

On This Page:

Table of Contents
maxLevel3


...

Anonymous steps in a workflow are steps that are performed by an non-authenticated user. This means the user does not have to login to to perform their step in the workflow.  

This a common workflow scenario. Some examples are:

  • a Membership workflow that requires reference letters from an external person.
  • a Purchase Order Approval requiring the customers review and signature.
  • a workflow that is sent to an External Vendor for a Quote.

Anonymous steps are simply form steps that route to an email address in version 8.0. That's it.

Create an anonymous step in your workflow by following these simple steps:

...

Migrating Flows with Email or Anonymous Task Steps

Designing a workflow step performed by a non-authenticated (anonymous) user in previous versions required dragging/dropping an Anonymous Task Step from the Flow Designer Palette and configuring it with an email address. The step that followed the Anonymous Task Step was the actual step that the recipient would perform. This design approach was confusing and error prone. 

Warning
Workflows with an Anonymous Task Step (those built in previous versions) will be supported only for a limited number of releases. Designers must manually convert these workflows to the v8.0 format. New to v8.0 is the ability to reassign or reject an anonymous step. After converting your workflow, designers can take advantage of this feature.


To convert your flow from pre v8.0 to v8.0, we suggest you follow the same procedure that you use to update any other form/flow in Production. Review Administrator Best Practices if you need a refresher.

To convert your Anonymous Task Step to the v8.0 Simple Anonymous step(s) follow these instructions:

  1. Login to your Production tenant or the user account where your Production forms/flows are located.
  2. Ensure there are no flows in flight for the workflow you want to update.
  3. Download the workflow from your Production tenant or Production designer account.

  4. Upload it into a different application in your test tenant or designer test account

  5. Edit the existing Email/Anonymous Task step.

  6. Click the Edit Step Properties icon. Click on the Assignment tab.
  7. Copy the information in the Assign to Email, Task Notification Subject and Message fields. Paste this information to a text pad and save to your desktop. Click Cancel.
  8. Click on the step following the Email/Anonymous Step. (the step performed by the anonymous user)
  9. Click the Edit Step Properties icon. Click on the Assignment tab.
  10. Paste the information you copied in step 7 into the Assign to Email, Task Notification Subject and Message fields.
  11. If the Message field contains the {task.notify.url} template, change it to {task.perform.url} or {task.list.url}.
  12. Click Submit.
  13. Delete the Email/Anonymous Task step from the workflow.
  14. Save and Test the workflow.
  15. To replace the production workflow with the updated flow, download the updated flow from your test tenant or designer test account.
  16. Upload the updated workflow to your Production tenant. Be sure to check the checkbox to REPLACE an existing flow with the same ID. The checkbox to use existing schemas is checked automatically.



...

  • On hover feature providing explanatory help text
  • Links to the documentation
  • Many fields have pick lists that can be filtered by typing ahead. Controls from your form/flow and built-in templates appear in the dropdown lists. Fields are populated when you click on a dropdown choice.
  • Type a left curly brace - {followed by a control name then select the field from the pick list that displays and the selection will be added to the field as a Control Template automatically adding the right curly brace - } -.
  • Changes are saved when you click the Submit button. If there are invalid property settings on any of the tabs, tabs with validation errors are displayed in red with a red asterisk.

Refer to Editing Flow Properties for detailed information about properties and feature setup.

Section
Column

Flow Step Properties Wizard

Column

Properties Navigator

...

The Email/Anonymous Task has been removed from the Flow Designer Palette. Workflow steps performed by an anonymous user are form steps that route to an email address in version 8.0.

Image Modified

box.com connector and wizard 

...

Since Tables are grid layouts of Repeating items, the itemadded event will be generated for rules with Tables as well.

Excerpt
hiddentrue
Section
Column

Live Forms In-house Customers

 The initial release of version 8.0 will be deployed to the frevvo Cloud on December 1, 2018. Version 8.1 will be released for in-house customers on TBD.

 Windows:

  1. Open a command prompt. Navigate to <frevvo-home>\solr-6.6.2. Type bin\solr.cmd start to run the Insight server in the background, listening on the default port 8983.
     

    Note

    Use the bin\solr.cmd -all command to stop all instances of the Insight Server. The -p option allows you to specify the port number for the instance you want to stop

    You will see this message:
     


  2. Browse http;<your server:your port>/solr to verify the Insight server is running. The <server:port> default values are localhost:8983. Change <your server>  to the server name and <your port> to the port the Insight server is running on if they are different than the defaults. Do not include the angle brackets <>. You will see the Insight server (Solr) dashboard with the current status:

Warning

If you close the Insight server (Solr) startup window, the server will stop running. Leave the window open or /wiki/spaces/frevvo80/pages/975572246.

Column

Linux:

  1. Ensure that the scripts are executable: chmod 755 <frevvo-home>/tomcat/bin/*.sh
  2. Navigate to <frevvo-home>/solr-6.6.2/bin. Run this command to make the solr startup file executable:

    chmod +x solr
  3. Navigate back to the solr-6.6.2 directory.
  4. Start the Insight server by typing:

    bin/solr start - this starts the Insight server in the background, listening on the default port 8983.
  5. Browse http;<your server:your port>/solr to verify the Insight server is running. The <server:port> default values are localhost:8983. Change <your server>  to the server name and <your port> to the port the Insight server is running on if they are different than the defaults. Do not include the angle brackets <>. You will see the Insight server (Solr) dashboard with the current status:

   

  You do not have to restart the Insight server every time you restart .

...