Exploring Workflow Studio
Summarize
Summary of Exploring Workflow Studio
Workflow Studio offers ServiceNow customers a unified interface to author, edit, and manage various workflow components—including playbooks, flows, subflows, actions, data streams, and decision tables. It consolidates workflow creation, operational monitoring, and integration configuration into a single application, streamlining process automation and visibility.
Show less
Workflow Studio Homepage
The homepage serves as the central hub to create and view workflows. It provides:
- Lists of workflows by type, recent updates, and items you last worked on for quick access.
- Options to create new workflow components such as playbooks, flows, subflows, actions, data stream actions, and decision tables.
- Resource links for documentation, community support, and developer portals.
Operations Page
This page allows administrators to monitor workflow execution through dashboards showing metrics like most executed playbooks and execution states. It also offers detailed execution logs and configurable setup options for workflow types such as playbooks and flows.
Integrations Page
ServiceNow customers can manage Integration Hub spokes here by adding, configuring, or viewing connection details. This enables seamless integration of data between workflows and external systems.
Create Workflow Components Anywhere
Since the Xanadu release, you can create any workflow component from any page within Workflow Studio using the Create button, enhancing productivity by eliminating the need to return to the homepage.
Choosing Between Playbooks and Flows
- Playbooks are ideal when your automation requires manual or multiple user interactions, offering enhanced visibility and user experience through stages and configurations.
- Flows are efficient for automated processes with little to no user interaction, using less data storage and suitable for high-frequency triggers.
- Subflows and actions are modular components used within flows and playbooks to automate tasks and produce outputs.
- Flows can trigger playbooks to handle interactive steps.
Key Functionalities
- Simultaneously edit multiple workflow types in separate tabs for efficient development across related workflows.
- Configure integration connections directly within the workflow builder interface, simplifying setup.
- Access detailed execution information for all workflow objects without switching applications.
- Use decision tables to separate decision logic from workflows, improving maintainability.
Differences from Previous Releases
- Combines previous separate workflow builder applications into one consolidated interface.
- Retains existing menu navigation but opens workflow object lists within Workflow Studio.
- Enables creation of workflow components across all pages, not just the homepage.
- Introduces tabbed display for each workflow object type and integrated monitoring dashboards.
- Relies on existing system properties pages for application-specific settings.
Practical Benefits for ServiceNow Customers
Workflow Studio empowers customers to streamline process automation by managing all workflow components and integrations in one place. It enhances visibility into workflow execution, simplifies collaboration by allowing concurrent editing, and optimizes storage and performance by guiding the choice between playbooks and flows. This unified environment supports efficient development, monitoring, and integration configuration to accelerate business process automation.
Work with playbooks, flows, subflows, actions, data streams, and decision tables from a single consolidated interface. See operational details of your workflow applications and configure integration connections and credentials.
Homepage
The Workflow Studio homepage displays all the workflow applications available for authoring and editing.
- 1. Homepage
- Use the homepage to create and view workflows. You can see a list of workflows by type, a list of workflows you last worked on, a list of recent workflow updates, and a list of information resources.
- 2. Workflow types
- Select a workflow type to see a list of available items you can edit. Options include playbooks, flows, subflows, actions, data stream actions, and decision tables.
- 3. Create a workflow
- Select a workflow component to create. Options include playbooks, flows, subflows, actions, data stream actions, and decision tables.
- 4. Current workflow list
- See the list of workflow items available to edit. Each list shows the total number of workflow items available, a set of list controls, and a separate list row for each workflow item. List options include refresh list, list actions, copy URL, show filter panel, and delete.
- 5. Pick up where you left off
- See the list of workflow items that the current user last worked on. Quickly resume working on a workflow item.
- 6. Latest updates
- See the list of workflow items that have most recently been added or updated. See who worked on an item and when the updates were made.
- 7. Resources
- Learn more about Workflow Studio and its related workflow applications. Resources include links to the product documentation, ServiceNow videos, the ServiceNow Community site, the Centre of Excellence site, and the Developer Portal.
Operations
The Workflow Studio operations page displays a usage dashboard and execution details for the workflow components that are currently running and have completed running.
The Workflow Studio operations page consists of these elements.
- 8. Operations
- Use the operations page to see dashboards and execution details by workflow type.
- 9. Workflow types
- Select a workflow type to see available dashboards and execution details. Options include playbooks and flows.
- 10. Dashboards, Monitoring, and Setup
- Select a dashboard to see operational charts such as most executed playbooks and playbook executions by state. Only users with the admin role can view an operations dashboard. Select a monitoring option to see execution details. Select a setup option to see settings and properties.
Integrations
The Workflow Studio integrations page displays connection details for Integration Hub spokes. You can use this page to configure inbound and outbound spoke connections.
The Workflow Studio integrations page consists of these elements.
- 11. Integrations
- Use the integrations page to add, configure, or view available connections.
- 12. Integration types
- See a list of available and configured spokes and connections. Configure or create a spoke to integrate data. Use the connection card to configure a connection or review its details.
Create button
- Playbook
- Flow
- Subflow
- Action
- Data Stream
- Decision table
Choosing between playbooks and flows
- If your process automation requires user interaction, does it need manual user interaction? Examples of manual user interactions are a user reading a knowledge base article, going through a checklist, and gathering feedback.
- If yes, use a playbook.
- If no, does your process automation have several user interactions? Examples of user interaction are changing record field values such as changing the incident state or adding task work notes.
- If yes, consider using a playbook for a better user experience.
- If no, use a flow. Flows use less data storage in your instance.
- If your process automation doesn't require user interaction, is it a sequence of subflow calls?
- If yes, is it hard to manage or difficult to view the flow?
- If yes, consider using a playbook for a better user experience. Stages in playbooks are easier to view and also have additional configuration options.
- If no, use a flow. Flows use less data storage in your instance.
- If your process automation does not require any user interaction, keep it as a flow. Flows use less data storage in your instance.
- If yes, is it hard to manage or difficult to view the flow?
- If your playbook is triggered 10s, 100s, or 1000s of times per second, are there any user interactions?
- If yes, do the user interactions happen during every single run?
- If yes, use a playbook. Playbooks offer visibility into where you're at in a process, particularly business processes with manual user steps.
- If no, create a flow that triggers a playbook for the user interactions.
- If no, use a flow. Flows use less data storage in your instance.
- If yes, do the user interactions happen during every single run?
- If your playbook is not triggered very often, keep it as a playbook. Playbooks offer visibility into where you're at in a process, particularly business processes with manual user steps.
Differences from previous releases
Workflow Studio combines playbooks, flows, subflows, actions, decision tables, and Integration Hub integrations into a single builder application. Each of the prior workflow applications retain their functionality and their user interface to create and edit workflow objects. Workflow Studio introduces these changes.
- Access Workflow Studio from duplicate menu items
- Workflow Studio uses the existing menu items for the separate workflow builder applications to open the corresponding workflow object type. For example, selecting the Process Automation Designer menu item opens the playbooks list from the Workflow Studio homepage.
- Configure integration connections
- Workflow Studio enables you to configure integrations in the same user interface as you build integration components. For example, you can create a data stream action and also define its connection details.
- Create workflow components from any page
- Beginning with the Xanadu release, Workflow Studio allows you to create a workflow component from any page rather than just the Homepage.
- Display each workflow type in a separate tab
- Workflow Studio displays each workflow object type in its own tab. For example, playbooks open in a playbook tab and flows open in a flow tab.
- Edit different workflow types simultaneously
- Workflow Studio combines all workflow object types into a single user interface. You can work on related workflow objects simultaneously rather than switch between separate workflow builder applications. For example you can create a flow that includes the Make a decision flow logic and also create the decision table used by that decision.
- Set application specific settings from the existing property pages
- Workflow Studio relies on the existing system properties pages to add and configure setting for each workflow application. For example, open the flows properties page to configure the behavior of flows, subflows, and actions.
- View all available execution details
- Workflow Studio contains execution details for all workflow object types. You no longer have to switch between applications to see execution details for a particular object type.