In Process Builder, a process is made up of three core building blocks:
Trigger: Specifies when the process should start, such as when a record is created or edited.
Criteria Node: Defines the condition(s) that must be true for actions to be executed.
Actions: Define what happens when the criteria are met — examples include creating records, updating fields, and sending emails.
Incorrect Options:
B. Scheduler: Not a component of Process Builder. Scheduling is handled differently, typically in Flow.
C. Timer: Not a term used within Process Builder.
Reference Extracts from Salesforce Help Documentation on Process Builder:
“A process consists of a trigger, criteria, and actions.”
“Each criteria node defines conditions and the actions to execute when those conditions are met.”
===========