Scripting Module 9 Flashcards

1
Q

What role is needed to use Flow Designer and view flow execution?

A

flow_designer

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

The Flow Designer Home page has links to what?

A

Flows
Subflows
Actions
Executions
Connections
Help
New

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

What is a flow designer trigger?

A

Specifies the conditions that start the flow

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

What are the flow designer trigger types?

A

Record Trigger
Date (or scheduled) Trigger
Application Trigger

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

What is a flow designer action?

A

A group of reusable operations that automate the Now Platform features without having to write code

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

What are the options when creating actions?

A

Actions
Flow Logic
Subflows

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

How many actions can a flow have?

A

50 or less. Can be increased with the sn_flow_designer.mas_actions but performance may be impacted

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

What are the types of Actions available?

A

Core Action - ServiceNow provided
Custom Action

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

What are the types of Flow Logic available?

A

If conditional statements
For each

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

How many items can be added to the error handler section

A

10

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

What is the ScriptableFlowRunner API call order?

A

Create a builder object
Specify Flow Designer content to run
Retrieve Flow Designer execution details

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

What is the GlideFlow API?

A

Used for client-side interactions with Flows, Subflows and Action

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