Valorx
Fusion
Fusion
  • 👋Introduction
  • Getting Started
    • 🧩What is a Valorx App?
    • 🚀Getting Started with Valorx Fusion
      • Salesforce Setup
      • Connections List
      • Apps List
      • Favorite Apps
      • App Promotion and Provisioning
      • App Administration
      • Valorx Administration
    • 🏫Building your first App
      • Express Mode
      • Express Actions
  • SIDEBAR ADD-IN: EXPRESS
    • 🔍Getting Started
    • ⚡Unlock the Full Potential of Express
  • Design Studio
    • 💡The power of Design Studio
      • 👨‍💼Manage Your Valorx Account
        • Sign Up to Valorx Account
        • Reset Password
        • General Information
        • Active Subscription
        • Environments
        • Users
        • Billing Address
        • Get a Demo
    • 🖥️Open an App in Design Studio
    • 📊Data Modeling
    • 🏳️‍🌈Maps
      • Grid Map
      • Form Map
    • 🎨Tasks
      • Query
      • API
      • Macro
      • Dataset
      • Add/Delete
      • Document
      • Data Import
      • Refresh Ribbon
      • Clear
      • Launch CRM
      • Refresh Map
      • Add Field
    • 🖌️Workflow and UX
      • Workflow Settings - Button Click
      • Workflow Designer
      • Toolbox
      • Common Tasks
      • Utility Tasks
      • Salesforce APIs
      • Query
      • API
      • Launch CRM
      • Macro
      • Dataset
      • Add/Delete
      • Document
      • Refresh Ribbon
      • Clear
      • Refresh Map
      • Add Field
  • Runtime
    • ⏱️Runtime UX
      • Run at App Launch
      • Launch from Salesforce (LFS)
      • App Permissions
    • 🧰Toolbox
    • 🌐Supported Platforms
      • Microsoft Excel for Windows
      • Microsoft Excel for Mac
      • Google Sheet
        • Introduction
        • Getting Started
        • Pop-up Blockers
        • Expected Behaviors
        • Runtime
          • Hot Upgrade
          • Google Sheets Collaboration
          • Insert Row Using Right-Click Options
  • Settings
    • ⚙️Valorx Fusion Settings
    • 🛠️App Settings
    • 📜Logs
  • App Store
    • 📱App Store Submission
    • 💫Installing App
    • 🎮Customizing App
  • Miscellaneous
    • 🛩️Mass Rollout of Valorx
    • 🍭Open Source Licenses
  • Valorx Home
    • 🏠Valorx Home
  • Versions and Release Notes
    • 🪟Windows
      • April 25 Release (V17)
      • Jan 25 Release (V16)
      • Feb 24 Release (V15)
      • Jul 23 Release (V14)
      • Nov 22 Release (V13)
      • Aug 21 Release (V12)
      • Apr 21 Release (V11)
      • Dec 20 Release (V10)
      • Nov 20 Release (V9)
      • Managed Packages
        • Version 2.0
        • Version 1.7
      • Older Versions
        • Aug 20 Release (V8)
        • Jul 20 Release (V7)
        • May 20 Release (v6)
        • Feb 20 Release (V4)
    • 📗Google Sheets
      • February 25 Release (v64)
      • October 24 Release (v63)
      • September 24 Release (v62)
      • August 24 Release (v61)
      • July 24 Release (v59)
      • June 24 Release (v58)
      • Older Versions
        • Jul 23 Release (v57)
        • Apr 23 Release (v56)-Hotfix
        • Apr 23 Release (v55)-Hotfix
        • Mar 23 Release (v54)
        • Mar 23 Release (v53)
        • Feb 23 Release (v52)
        • Jan 23 Release (v51)
        • Oct 22 Release (v50)
        • Jul 22 Release (v49)
        • Mar 22 Release (v47)
        • Feb 22 Release (v46)
        • Dec 21 Release (v45)
    • 🍎Mac
      • March 25 Release (v45.1 - Hotfix)
      • March 25 Release (v45)
      • February 25 Release (v44)
      • January 25 Release (v43)
      • October 24 Release (v42)
      • September 24 Release (v41)
      • August 24 Release (v40)
      • July 24 Release (v38)
      • June 24 Release (v37)
      • Older Versions
        • Feb 24 Release (v32)
        • Dec 23 Release (v31)
        • Oct 23 Release (v30)
        • Aug 23 Release (v27)
        • Jul 23 Release (v26)
        • Apr 23 Release (v25)
        • Mar 23 Release (v24)
        • Jan 23 Release (v23)
        • Nov 22 Release (v22)
        • Oct 22 Release (v21)
        • Sep 22 Release (v20)
        • Jul 22 Release (v19)
        • Apr 22 Release (v18)
        • Dec 21 Release (v17)
        • Nov 21 Release (v16)
        • Sept 23 Release (v28)
Powered by GitBook
On this page
  • Wait Task
  • Connected Workflow
  1. Design Studio
  2. Workflow and UX

Utility Tasks

Last updated 16 days ago

The Utility Task group includes specialized tasks that extend the capabilities of your workflow. These tasks help streamline complex logic and improve overall workflow efficiency.

Currently, the Utility Task group includes:

  • Wait Task: Introduces a timed pause within the workflow, allowing for delays before proceeding to the next step. Useful for timing dependencies or creating pauses between actions.

  • Connected Workflow Task: Allows you to call and execute another pre-built workflow within your current workflow. This promotes reusability of common steps such as validations, queries, or data formatting—helping you keep workflows clean, consistent, and easier to manage.

📌 More utility tasks will be introduced in future updates to further expand the design possibilities.


Wait Task

The Wait Task is designed to introduce controlled pauses during workflow execution, particularly for scenarios that require temporary halts before continuing with the next action.

🚀 Accessing the Wait Task

  1. Navigate to the Utility Tasks dropdown.

  2. Select Wait Task from the list.

  3. Drag and drop the Wait Task onto the Designer Canvas to add it to your workflow.

🧩 Wait Task Properties

1. Wait Type

Users can configure the type of wait depending on their workflow requirements. Three options are available:

  • Static:

    • Uses a fixed wait time specified in the Wait Time field.

    • Default value: 5 seconds.

    • Range: 0.0 to 60 seconds.

  • Cell Reference:

    • Uses a value from a specific cell in the sheet.

    • The value must be between 0.0 and 60 seconds.

  • Named Range Reference:

    • Uses a pre-defined Named Range as the wait duration.

    • The value in the Named Range must be between 0.0 and 60 seconds.

Notes: If the value entered exceeds 60 seconds, it will automatically be adjusted to the maximum limit of 60 seconds. For the Static option, users will receive an error message prompting them to revise the value if it exceeds this limit.

2. Loading Message

  • This field allows users to customize a message that displays during the wait period.

  • The loading message provides feedback to users, indicating that the task is executing.

With the Wait Task, users can now introduce necessary pauses in their workflows, allowing for more efficient and controlled task execution.


The Connected Workflow feature is designed to help Fusion App Designers simplify complex workflows by reusing common task sequences across multiple workflows. It promotes efficiency, consistency, and easier maintenance by modularizing frequently used steps.

🚀 Accessing the Connected Workflow

To add a Connected Workflow to your process:

  1. Go to the Utility Tasks dropdown in the Designer.

  2. Select Connected Workflow.

  3. Drag and drop it onto the Designer Canvas where you want it to run.

  4. In the Workflow field, select the workflow you’ve already created that you want to call from this step.

🧩 Connected Workflow Task Properties

  • Step Name: Defaults to Connected Workflow. You can rename it to reflect its purpose in the main workflow.

  • Workflow: Choose the existing workflow you want to call from this step.

  • Loop Threshold Value: Set to 10 by default. Defines the maximum number of iterations allowed during looping scenarios.

  • Resume when connected workflow fails/cancels: Enable this checkbox if you want the calling workflow to continue even if the connected workflow fails or is canceled.

📘 Example: Calling a Connected Workflow

  • Quote WF Connector contains common standard task like Quote Line of Quote, Price Book of Quote and Price Book Entry of Price Book.

  • Instead of rebuilding these steps in every workflow, you can call Quote WF Connector from workflows like Workflow : Opportunity LFS.

  • The result? Cleaner, more manageable workflows.

Connected Workflows are a great way to reduce duplication, keep workflows clean, and encourage reusability across your Fusion Apps. This feature ensures robust workflow control with fewer steps.

Connected Workflow

🖌️
Wait Task
Quote WF Connector
Workflow : Opportunity LFS.