Versions Compared

Key

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

Table of Contents
maxLevel1

...

  1. Log in as admin@d and type in the default password: admin.  
  2. Click Manage Tenants. 

  3. Click the icon to create a new tenant 
    Image Removed
    Do not check the "Are you creating a tenant for Confluence" checkbox. Image Added
  4. Leave the Max Concurrent Users and the Security Manager Class blank.
  5. Fill in the rest of the fields for your tenant.  Click Submit.

...

Creating the Leave Approval Workflow

  1. Log in to your frevvo tenant as the designer user i.e.designer@mycompany. Replace "company" with the name of your tenant.
  2. On the My Project homepage, click the project name My Company HR that you created in the Build a Form tutorial. You can also select  Open from theAction Menu. 

  3. You will see the Forms and Workflows homepage.
  4. Click theAdd icon and select Create a New Workflow.
  5. Name the workflow Leave Approval Workflow and give it a meaningful description. Click NEXT.

    Tip

    You will be able to search your forms/workflows by Name and Description, so use keywords that will help you find it later.


  6. Now the Workflow Design Wizard will guide you through creating and assigning steps.
    1. Rename Step 1 "Employee" and change the Step Type to Use Existing Form: Leave Approval. This will use your existing Leave Approval form to start the workflow.

      Tip

      If you completed the Getting Started with Forms exercise, you should have a Leave Approval Form listed. If not, you can select Create New Form instead.


    2. Click  Add and rename Step 2 "Manager". Leave the default Step Type of Approval Step. Change Assignment Type to "To a User". You can select any user in your tenant.
    3. Click  Add and rename Step 3 "HR". Leave the default Step Type of Approval Step. Change Assignment Type to "To Role(s)" and select HR.
    4. Click FINISH. Here is what your workflow should look like:

Workflow

Customize the User's Experience

Next we'll customize the buttons and messages the users will see as they interact with the workflow. First, click Workflow in the Guided Designer header to return to the Workflow Outline.

Tip

You can navigate Workflow Step Properties two ways:

  1. Switch between tabs on a single step; i.e. configure Settings, Assignment, then Messages, etc.
  2. Switch between steps on a single tab, i.e. configure Settings for Employee, then Manager, then HR. 

This example suggests the 2nd approach, but choose what works for you!

  1. Click the Employee Step. The Workflow Step Properties will appear on the right.
  2. Change the text of the Continue Label field to "Send to Manager." This is what the user will see on the Continue Button, and provides more context about what the workflow will do.
  3. Click on the Manager step.
  4. Change the Continue Label to Send to HR. 
  5. Click on the Messages tab.
  6. Enter a Pending Message that Tom (employee) will see when he clicks the Send to Manager button. Ex: Your request has been forwarded to your manager for approval.
  7. Add Task Information so manager Jerry can identify the task when he sees it on the Task List, such as "Leave Approval for {FirstName} {LastName}"

  8. Click on the HR Step
  9. Enter "Leave Approval for {FirstName} {LastName}" in the Task Information field.
  10. Enter a Pending Message that Jerry will see when he clicks the Send to HR button, such as "The Leave Approval for {EmployeeName} has been forwarded to HR."

Dynamically Assign the Manager Step

Dynamically assign this step to the right manager based on which employee starts the workflow.

  1. Click on the Manager Step
  2. Select the Assignment tab. In the Assign to User field, delete the user you originally assigned.
  3. Type a left curly brace followed by Man. When you see {ManagerID} in the dropdown, click to select it. 
Tip

{ManagerID} is an example of a template. At runtime, frevvo will evaluate the user id in this field and send the task to the Employee's manager. The ManagerID field will be populated by a business rule explained below when the workflow step loads.

Forms

Click on Forms in the Guided Designer header. Notice that in addition to the Employee Information and Leave Request sections that you added, there are now also sections labelled Manager Approval and HR Approval. These were added by the Workflow Design Wizard, along with rules that show/hide them on the correct step. 

You can edit the form in the Workflow designer Forms view. 

Warning

Be aware that changes made to a form in the Workflow Designer are not reflected in the original form in the Forms designer. If you want your changes reflected in both designers, make the changes in the original form in the Forms Designer, then replace the updated form in your workflow in the Workflow Designer.

Rules

Click the Rules icon in the Guided Workflow Designer header. Notice that several rules are already in the list - the rule you created earlier "Sick Certification", as well as several rules the Workflow Design Wizard created to show/hide our approval sections. We'll add one more.

Add a Rule to Prefill Employee Information

Let's add a rule to prefill the user name, email address and manager's id on our workflow. Follow these steps:

  1. Click Add.

  2. Give your rule a Name and Description. Click Run Builder.

  3. Add your condition and actions. For this rule, you don't need Else Actions. Your rule finished rule should look like this.

    Expand
    titleClick here for step-by-step instructions.
    1. Name the rule

      No Format
      Populate the Employee Name, Email, and Manager Id when the Employee step loads


    2. Click the Run Builder button then click Add Condition. This is the Condition wizard
      1. Select the current step from the first dropdown.
      2. Select is from the second dropdown
      3. Select Employee from the third dropdown.
      4. Click Next 
    3. This is the Action wizard where you set up actions that will happen if the condition is true
      1. Select FirstName from the first dropdown.
      2. Select to from the second dropdown
      3. Begin typing userFirstName in the third field then select the userFirstName function when it displays in the dropdown. Type in the closing parenthesis. Tab out of the field. This sets up theFirstName field to be populated with the Employee Name using the built-in userFullName function.
    4. Click the Add Action button.
      1. Select LastName from the first dropdown.
      2. Select to from the second dropdown
      3. Begin typing userLastName in the third field then select the userLastName function when it displays in the dropdown. Type in the closing parenthesis. Tab out of the field. This sets up the LastName field to be populated with the employee's frevvo user id using the built-in userLastName function.
    5. Click the Add Action button.
      1. Select Email from the first dropdown.
      2. Select to from the second dropdown
      3. Begin typing userEmail in the third field then select the userEmail function when it displays in the dropdown. Type in the closing parenthesis. Tab out of the field. This sets up the Email field to be populated with the employee's email address using the built-in userEmail function.
    6. Click the Add Action button.
      1. Select ManagerId from the first dropdown.
      2. Select to from the second dropdown
      3. Begin typing userManagerID in the third field then select the userManagerID function when it displays in the dropdown. Type in the closing parenthesis. Tab out of the field. This sets up the ManagerId field to be populated with the frevvo user id of the employee's manager using the built-in userManagerID function.
    7. Click Finish

PDF Mapping

We'll skip this for now, because this workflow will produce a built-in PDF snapshot. Visit Generate Pixel Perfect PDFs for more details about you could map form data to an existing PDF.

Settings

Save a PDF Snapshot

Next we'll make sure to save a PDF snapshot of this form that can be emailed for confirmation or added to the employee's file.

  1. Click the Settings icon in the Guided Workflow Designer header.
  2. Check the Save PDF checkbox on the Settings tab so that a PDF image of the workflow is saved in the frevvo submission repository. Notice that a PDF Name area appears. Enter 

    Code Block
    Leave Approval for {LastName}.{FirstName}.{StartDate}


    Tip

    Entering a control name inside curly brackets will replace that text with the run-time form/workflow data, providing you with a dynamic experience. Many place have a dropdown to help you select the correct control name, as this is case-sensitive.


  3. Click Save.

Add a Submit Message

Add a message that the HR user will see when they complete the workflow.

  1. Select the Workflow Actions tab. Select the Display Message when user submits workflow wizard.
  2. Enter you custom message

    No Format
    Leave Approval successfully processed for {FirstName} {LastName}.


...

A  great way to test your workflow is to use a frevvo space. A space is a frevvo website that is very easy to create. Your deployed forms/workflows are automatically added.

Create a Space

Follow these steps to create the space:

  1. Ensure the visibility of your Expense Report workflow is set to public in tenant and that it is deployed to production: 
    1. In Workflow Properties, select the Access Control Tab. Set "Who can start the workflow" to "Anyone (login not required.)
      Image Modified
    2. On the Forms & Workflows Homepage, click the Image Modified Action menu for the Leave Approval Workflow. Select Image Modified Deploy.
      Image Modified

  2. Click on the Spaces Tab. Click the Image Modified Add icon. Enter an id and name for your space. Click Create. You will be taken to the Space designer. Simply click the Save & Exit icon to return to your Space list.

     
  3. Click the Image Modified Action Menu and select Image ModifiedShare
    Image Modified
  4. Copy the share URL for your space then log off frevvo. 
    Image Modified

Submit a Leave Request (Employee)

  1. Paste the space URL into another browser or a new tab of the browser you are using. Login  as tom@<your tenant name>. frevvo automatically makes your project a tab on the space menu and your Leave Approval Workflow an option on the menu under the tab. Your space should look something like this:
    Image Modified
  2. Click on the tab for your project and then click on the Leave Approval workflow. This brings you to the first step in your workflow. The workflow automatically has a navigation bar to indicate which step you are currently in as well as the next steps that are coming. 

  3. Fill in the fields in the 1st step, remember to sign and click the Send to Manager button to route the workflow to the Manager for approval.

  4. Tom should see the customized pending message that you set up on the manager activity in the workflow. 

...

Congratulations! You have just created a simple workflow in frevvo. There are many other features available in the product that were not discussed in this tutorial. Refer to our documentation for the details. Some are listed in the Related Topics section below.

Related Topics

...