Product documentation Docs
    • English
    • Deutsch
    • 日本語
    • 한국어
    • Français
  • More Sites
    • Now Community
    • Developer Site
    • Knowledge Base
    • Product Information
    • ServiceNow.com
    • Training
    • Customer Success Center
    • ServiceNow Support Videos
  • Log in

Product documentation

  • Home
How search works:
  • Punctuation and capital letters are ignored
  • Special characters like underscores (_) are removed
  • Known synonyms are applied
  • The most relevant topics (based on weighting and matching to search terms) are listed first in search results
Topics are ranked in search results by how closely they match your search terms
  • A match on the entire phrase you typed
  • A match on part of the phrase you typed
  • A match on ALL of the terms in the phrase you typed
  • A match on ANY of the terms in the phrase you typed

Note: Matches in titles are always highly ranked.

  • Release version
    Table of Contents
    • Orlando release notes
Table of Contents
Choose your release version
    Home Orlando Release Notes Orlando release notes Learn about Orlando Release notes for upgrading from New York Features and changes by product Now Platform capabilities release notes Flow Designer release notes

    Flow Designer release notes

    • Save as PDF Selected topic Topic & subtopics All topics in contents
    • Unsubscribe Log in to subscribe to topics and get notified when content changes.
    • Share this page

    Flow Designer release notes

    ServiceNow® Flow Designer product enhancements and updates in the Orlando release.

    Flow Designer is a Now Platform® feature for automating processes in a single design environment. Flow Designer lets process owners use natural language to automate approvals, tasks, notifications, and record operations without coding.

    With Flow Designer you can:
    • Create flows and actions and manage flow execution in a single environment.
    • Enable automation and speed up development by creating reusable content available to any flow.
    • Improve upgrades and maintenance by replacing customized business logic with native Now Platform actions.

    Orlando upgrade information

    The Flow Designer support for the Service Catalog (com.glideapp.servicecatalog.flow_designer) plugin activates during the upgrade to Orlando.

    Update any actions and scripts that look for null values within complex objects. Replace the string value "null" with the null data type. See Complex data for more information about null values.

    New in the Orlando release

    Cancel a flow, subflow, or action from a script
    Use the cancel() method in the FlowAPI class to cancel a paused or running flow, subflow, or action.
    Create a flow with an SLA Task trigger
    Configure your Service Level Agreement (SLA) definition to run a flow as the action plan.
    Design an action with dynamic outputs
    Access action and subflow outputs as dynamically generated data pills during flow design. You can also build data gathering actions to generate complex objects from Now Platform and IntegrationHub outputs.
    Create a natural language title
    Create a flow, subflow, or action title with styled and dynamic text.
    Manage files and directories with an SFTP step
    Create a reusable action to manage files and directories on a Secure File Transform Protocol (SFTP) server and to move files from one SFTP server to another.
    Manage SLA Percentage Timer actions
    Identify when a task SLA record reaches a specific percentage value and perform other actions or flow logic that is based on the SLA percentage. For example, send a notification when an SLA percentage timer completes.
    Run a flow or subflow dynamically
    Identify and run a flow or subflow dynamically using runtime data. Build templates to provide expected inputs for dynamically called flows or subflows.
    Test a flow by changing field values
    Test flows that are triggered by record updates. Enter one or more field value changes by providing the field name, the previous field value, and the current field value for each field that you want to update. Use the Changed Fields data pill to add or view changed field values by the field name, the previous field value, and the current field value.
    Transform data pill values with transform functions
    Transform data pill values without the need to write a script. Use transform functions to reformat text, perform mathematical calculations, sanitize potentially unsafe SQL statements, and serialize complex objects to raw XML.
    Trigger a flow every time a record updates
    Trigger a flow every time a record updates, regardless of whether there has already been or there currently are any running contexts for the flow.

    Changed in this release

    Create a flow with a Service Catalog trigger

    The plugin Flow Designer support for the Service Catalog (com.glideapp.servicecatalog.flow_designer) no longer requires a request to activate as it is active by default on new and upgraded instances.

    Null values in complex data
    Arrays and objects use a different format to store and display name-value pairs that contain null values. When a value is empty or unknown, the value is set to the null data type rather than a string data type containing "null".

    Activation information

    Flow Designer is a Now Platform feature that is active by default.

    Related ServiceNow products

    IntegrationHub
    Automate integration tasks using ServiceNow-built components for Flow Designer, or develop custom integrations. Requires a separate subscription.
    IntegrationHub available spokes
    Review the integration-specific flows and actions available to each spoke.
    MID Server
    The Management, Instrumentation, and Discovery (MID) Server is a Java application that runs as a Windows service or UNIX daemon on a server in your local network. The MID Server enables communication and the movement of data between a ServiceNow instance and external applications, data sources, and services.

    Tags:

    Feedback
    On this page

    Previous topic

    Next topic

    • Contact Us
    • Careers
    • Terms of Use
    • Privacy Statement
    • Sitemap
    • © ServiceNow. All rights reserved.

    Release version
    Choose your release version

      Flow Designer release notes

      • Save as PDF Selected topic Topic & subtopics All topics in contents
      • Unsubscribe Log in to subscribe to topics and get notified when content changes.
      • Share this page

      Flow Designer release notes

      ServiceNow® Flow Designer product enhancements and updates in the Orlando release.

      Flow Designer is a Now Platform® feature for automating processes in a single design environment. Flow Designer lets process owners use natural language to automate approvals, tasks, notifications, and record operations without coding.

      With Flow Designer you can:
      • Create flows and actions and manage flow execution in a single environment.
      • Enable automation and speed up development by creating reusable content available to any flow.
      • Improve upgrades and maintenance by replacing customized business logic with native Now Platform actions.

      Orlando upgrade information

      The Flow Designer support for the Service Catalog (com.glideapp.servicecatalog.flow_designer) plugin activates during the upgrade to Orlando.

      Update any actions and scripts that look for null values within complex objects. Replace the string value "null" with the null data type. See Complex data for more information about null values.

      New in the Orlando release

      Cancel a flow, subflow, or action from a script
      Use the cancel() method in the FlowAPI class to cancel a paused or running flow, subflow, or action.
      Create a flow with an SLA Task trigger
      Configure your Service Level Agreement (SLA) definition to run a flow as the action plan.
      Design an action with dynamic outputs
      Access action and subflow outputs as dynamically generated data pills during flow design. You can also build data gathering actions to generate complex objects from Now Platform and IntegrationHub outputs.
      Create a natural language title
      Create a flow, subflow, or action title with styled and dynamic text.
      Manage files and directories with an SFTP step
      Create a reusable action to manage files and directories on a Secure File Transform Protocol (SFTP) server and to move files from one SFTP server to another.
      Manage SLA Percentage Timer actions
      Identify when a task SLA record reaches a specific percentage value and perform other actions or flow logic that is based on the SLA percentage. For example, send a notification when an SLA percentage timer completes.
      Run a flow or subflow dynamically
      Identify and run a flow or subflow dynamically using runtime data. Build templates to provide expected inputs for dynamically called flows or subflows.
      Test a flow by changing field values
      Test flows that are triggered by record updates. Enter one or more field value changes by providing the field name, the previous field value, and the current field value for each field that you want to update. Use the Changed Fields data pill to add or view changed field values by the field name, the previous field value, and the current field value.
      Transform data pill values with transform functions
      Transform data pill values without the need to write a script. Use transform functions to reformat text, perform mathematical calculations, sanitize potentially unsafe SQL statements, and serialize complex objects to raw XML.
      Trigger a flow every time a record updates
      Trigger a flow every time a record updates, regardless of whether there has already been or there currently are any running contexts for the flow.

      Changed in this release

      Create a flow with a Service Catalog trigger

      The plugin Flow Designer support for the Service Catalog (com.glideapp.servicecatalog.flow_designer) no longer requires a request to activate as it is active by default on new and upgraded instances.

      Null values in complex data
      Arrays and objects use a different format to store and display name-value pairs that contain null values. When a value is empty or unknown, the value is set to the null data type rather than a string data type containing "null".

      Activation information

      Flow Designer is a Now Platform feature that is active by default.

      Related ServiceNow products

      IntegrationHub
      Automate integration tasks using ServiceNow-built components for Flow Designer, or develop custom integrations. Requires a separate subscription.
      IntegrationHub available spokes
      Review the integration-specific flows and actions available to each spoke.
      MID Server
      The Management, Instrumentation, and Discovery (MID) Server is a Java application that runs as a Windows service or UNIX daemon on a server in your local network. The MID Server enables communication and the movement of data between a ServiceNow instance and external applications, data sources, and services.

      Tags:

      Feedback

          Share this page

          Got it! Feel free to add a comment
          To share your product suggestions, visit the Idea Portal.
          Please let us know how to improve this content

          Check any that apply

          To share your product suggestions, visit the Idea Portal.
          Confirm

          We were unable to find "Coaching" in Jakarta. Would you like to search instead?

          No Yes
          • Contact Us
          • Careers
          • Terms of Use
          • Privacy Statement
          • Sitemap
          • © ServiceNow. All rights reserved.

          Subscribe Subscribed Unsubscribe Last updated: Tags: January February March April May June July August September October November December No Results Found Versions Search preferences successfully updated My release version successfully updated My release version successfully deleted An error has occurred. Please try again later. You have been unsubscribed from all topics. You are now subscribed to and will receive notifications if any changes are made to this page. You have been unsubscribed from this content Thank you for your feedback. Form temporarily unavailable. Please try again or contact  docfeedback@servicenow.com  to submit your comments. The topic you requested does not exist in the release. You were redirected to a related topic instead. The available release versions for this topic are listed There is no specific version for this documentation. Explore products Click to go to the page. Release notes and upgrades Click to open the dropdown menu. Delete Remove No selected version Reset This field is required You are already subscribed to this topic Attach screenshot The file you uploaded exceeds the allowed file size of 20MB. Please try again with a smaller file. Please complete the reCAPTCHA step to attach a screenshot
          Log in to personalize your search results and subscribe to topics
          No, thanks Login