5.3: Flow Designer Flashcards

1
Q

What is Flow Designer?

A

Flow Designer is a non-technical interface for building and enabling process automation capabilities, known as flows.
Navigate to All > Process Automation > Flow Designer.
Flows automate business logic for a particular application or process such as approvals, tasks, notifications, and record operations.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Benefi ts of Using Flows

A
  • Single environment to build and visualize business processes
  • Configuration and runtime information available to create, operate, and troubleshoot flows from a single interface
  • Prov ides natural -language-descript ions o f flow logic
  • Promotes process automation by enabling subject matter experts to develop and share reusable actions
  • Allows extending Flow Designer content by subscribing to Integration Hub or installing spokes
  • Create a flow with an SLA Task trigger
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Workflow Migration Considerations

A

Generally speaking, workflows are being deprecated. However, there are still lingering use cases. For example, Know ledge i s one area w here a workflow is still used. There are only t w o workflows for Knowledge and t hey are very rarely changed or augment ed. In situations like serv ice catalogs, where you may have hundreds of items with many associated flows, moving forward, Flow Designer flows are a preferred approach. All future investment i s being done in Flow Designer. Workflow w ill remain a support ed product , however, no additional feature improvements are planned. 267

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

The diagramming view offers features for working with your flow in a visual diagram. Enable the flow diagramming view of a flow to gain these benefits.

A
  • Add and edit Flow Designer components within specific paths of a flow.
  • See the branches and paths a flow can follow.
  • See the relationships between Flow Designer components.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Supported flow components The flow diagramming view only displays flows with these trigger types.

A
  • Record triggers
  • Date triggers
  • Inbound email
  • Service Catalog
  • SLA Task
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

The flow diagramming view only displays flows containing these flow logic types.

A
  • Call a Workflow
  • Do the following in parallel
  • Dynamic Flows
  • Else If
  • End Flow
  • For Each
  • Get Flow Outputs
  • If
  • Set Flow Variables
  • Wait for a duration of time 268
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Flow Components: Triggers

A

can be record-based, date-based, or application-based.
* Record-based triggers run a flow after a record has been created or updated.
* Date-based triggers run a flow at the specified date and time or at scheduled intervals.
* Application-based triggers start a flow when application-specific conditions are met.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Triggers instantiate the flow and can be record-based, date-based, or application-based.

A
  • Record-based triggers run a flow after a record has been created, updated, or deleted. When using a record-based trigger, the triggering record can be used later in the flow as input for actions.
  • Date-based triggers run a flow at the specified date and time: daily, weekly, monthly, etc. The execution time can be used as an input for actions in the flow.
  • Application-based triggers are added when the associated application spoke* is
  • activated. In some instances, a plug-in might need to be activated as well (All > System Definition > Plugins).
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

*A spoke

A

contains Flow Designer triggers and actions dedicated to a particular application. For example, the ITSM Spoke contains actions for managing Task records such as the Create Task action. Spokes are activated when their parent application is activated.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Flow Components: Triggers and Conditions

A

A flow can include triggers and conditions.
Trigger: An activity that initiates the flow, such as a record created in a specified table or a scheduled job.
Conditions: Statements that determine when or how an action runs. For example, run an action only if a field is over a certain value.
270

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Flow Components: Actions

A

are operations executed by the system, such as looking up a record, updating a field value, requesting an approval, or logging a value.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

In Flow Designer, under Actions

A

you can view the most recent and most popular actions that have been used in the last 7 days for all Flow Designer users.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Some ServiceNow Core actions include:

A
  • Ask for Approval – create approvals on any record, including rules for an approval, rejection, or cancellation, and a due date
  • Create Record – create a record on any table with configurable fields and field values
  • Delete Record - delete a record on any table * Look Up Record – look up a single record on any table, confirming w het her it exists and using the information from the record in subsequent actions within the flow
  • Wait for Condition - Pause the flow until the record conditions are met. For example, wait for the State to change to Pending…and many more.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

NOTE: Under Not Installed Spokes

A

the system displays spokes available in the Servicenow Store based on compatibility with the Servicenow version and application dependency on Flow Designer. 271

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Flow Components: Data

A

Each time you add an action to a flow, Flow Designer adds a data pill to store its results.
The Data section of the Flow Designer contains data pills that can be used in subsequent actions. To reference the data stored in the data pill, drag and drop the data pill from the Data section to the appropriate field in the flow or click on the Data Pill Picker icon.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

When a flow runs an action

A

it generates the data pill runtime value, which remains the same for the duration of the flow. For example, a data pill for [Trigger->Incident record] always contains the incident record values from when the flow started.
NOTE: When using the Data Pill Picker icon, use the arrow keys to do t-walk to fields in other tables.

17
Q

Flow Designer Help Panel

A

The help panel offers information about working with data and spokes, building actions and flows, and guided tours.
To open (and close) the Flow Designer help panel, click the question mark icon in the main header. Next to the name for any action in the flow, click the Open help panel icon. 272

18
Q

Integration Hub

A

offers several pre-built sets of integration actions to interact with common third-party applications.
These sets of integration actions are referred to as spokes.

19
Q

Integration Hub also allows developers

A

to quickly develop custom integrations using common protocols and package integration actions into user-friendly, reusable actions for use in Flow Designer. Automate integration tasks using ServiceNow components for Flow Designer or develop custom integrations. A separate subscription is required.

20
Q

Process Automation Designer Citizen Developer

A

Process Automation Designer (PAD) enables owners to author cross-enterprise workflows and create a single unified process.
It can also be used to provide end users with a simplified, task-oriented view of your process.
*Create a Process Definition with triggers, lanes, and activities.
*Activate the process definition. Multiple areas in the Platform will be triggered.
*The system will create a Process
Execution..

21
Q

With Process Automation Designer, you gain these benefits:

A
  • Connect multiple flows and actions into an end-to-end business workflow.
  • Reuse existing Flow Designer flows, subflows, or actions to automate process activities.
  • Organize process activities in a digitized task board interface.
  • Guide end users to complete a process in a task -oriented interface, such as a playbook.
  • Consolidate separate business processes across the organization. * Define a consistent record life cycle from creation to completion.
  • Pass data between the activities and stages of a business process.
  • Specify the conditions and the order in which activities and stages run.
22
Q

Organize your process in a way that mirrors how the business process runs. A well -designed process can do these things:

A
  • Start up, or trigger, automatically for the types of records that your end users care about
  • Reuse activities from existing Flow Designer content
  • Has well-defined lanes that end users can follow for a record
  • Clearly show the next steps that end users must take to move through a record’s life cycle. 274
23
Q

Virtual Agent

A

is a conversational platform that helps users obtain information, make decisions, and perform common work tasks within a messaging interface.
*This includes information stored in the Knowledge Base, Service Catalog, and more!
*Through live agent support, users have the option to switch to a human agent for assistance at any time, ensuring they receive the help they need. 275

24
Q

Virtual Agent Examples

A

*IT Service Management
“I need to reset my password.”
”How do I order a new monitor?”
”Do we have any outages right now?”
”I need help with my laptop.”
“How can my guest connect to the Wi-Fi?”
*HR Service Delivery
“I need to add a new emergency contact.”
”I have a problem with my paycheck.”
”How do I request a leave of absence?”
*Customer Service Management
”I have a problem with my last order.”
”What is the status of my case?”

25
Q

Offer a personalized customer experience with a virtual agent by automating typical Tier 2 support tasks to be accomplished, including:

A
  • Answering FAQs
  • Providing tutorial (“how to”) information
  • Querying or updaing records – fo r example: get the staus on cases o r incidents
  • Gat hering data, such as attachments, for the agent
  • Performing diagnostics
  • Resolving multi-step problems
  • Working with file attachments during live chat 276
26
Q

Virtual Agent offers

A

a web-based interface available for Service Portal, iOS, and Android mobile environments, and supports Flow Designer flows as well as third -party messaging applications through ServiceNow adapters for Slack and Microsoft Teams.

27
Q

Knowledge Check
1. What is created when an order is placed for a catalog item?

A
  • REQ# (Request) * RITM# (Requested Item) * SCTASK# (Serv ice Catalog Task)
28
Q

Knowledge Check
2. Which module is used to add, update, or remove catalog items?

A
  • Maintain Items
29
Q

Knowledge Check
3. What represents questions asked when ordering a catalog item?

A
  • Variables
30
Q

Knowledge Check
4. Which module is used to create or edit flow designer flows?

A
  • All > Process Automation > Flow Designer
31
Q

Knowledge Check
5. Where is the data from an action stored so it can be used in subsequent actions in the flow?

A
  • Data Pill
32
Q

Knowledge Check
6. What are the components of a Flow Designer flow?

A
  • Trigger
  • One or more Actions