Scripting Module 9 Flashcards
What role is needed to use Flow Designer and view flow execution?
flow_designer
The Flow Designer Home page has links to what?
Flows
Subflows
Actions
Executions
Connections
Help
New
What is a flow designer trigger?
Specifies the conditions that start the flow
What are the flow designer trigger types?
Record Trigger
Date (or scheduled) Trigger
Application Trigger
What is a flow designer action?
A group of reusable operations that automate the Now Platform features without having to write code
What are the options when creating actions?
Actions
Flow Logic
Subflows
How many actions can a flow have?
50 or less. Can be increased with the sn_flow_designer.mas_actions but performance may be impacted
What are the types of Actions available?
Core Action - ServiceNow provided
Custom Action
What are the types of Flow Logic available?
If conditional statements
For each
How many items can be added to the error handler section
10
What is the ScriptableFlowRunner API call order?
Create a builder object
Specify Flow Designer content to run
Retrieve Flow Designer execution details
What is the GlideFlow API?
Used for client-side interactions with Flows, Subflows and Action