Workflow/Process Automation Flashcards
Use the ___ to create a simple approval process
Use the ___ to create more complex approval processes
Jump Start Wizard
Standard wizard
(Setup-approval processes)
Which flow presents info and asks users questions
Screen Flows (Interactive Experience)
Which automation runs when a button is clicked (can be ran by other automations)?
Autolaunched Flows (Interactive Experience)
Use HTML and JavaScript code to build an interactive component
Lightning Components (Interactive Experience)
Use HTML and Apex code to build interactive page
Visualforce Pages (Interactive Experience)
What type of automation runs when a record is created, edited, or deleted?
Record-Triggered Flows (Behind-the-Scenes Automation)
Which automation runs at a time and frequency you specify?
Schedule-Triggered Flows (Behind-the-Scenes Automation)
Which type of flow runs when a platform event message is received?
Platform Event-Triggered Flows (Behind-the-Scenes Automation)
Use this code to write reusable blocks of automation. You can trigger this code in a variety of ways.
Apex (Behind-the-Scenes Automation)
An automation configuration in the structure of a flowcart
Flow (Setup)
What tool do you use to create flows by collecting data and using that data to make things happen?
Flow Builder (Setup)
True or False: Flows can use formulas, validation rules, quick actions, Apex, escalation and auto-response rules
True
Each ___ represents an action that the flow can execute
Element
Which flow element presents questions/information to users on a screen or sends communications
Interaction
Which flow element interacts with data by looking up, creating, updating or deleting records
Data