function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Maxwell Handler 29Maxwell Handler 29 

Process Builder Order of Operations

Hi,

I have a question on the order of elements being fired within a Process Buidler. Please see attached photo.

Scenario: Both elements #1 & #2 are applicable and meet the criteria of the changes made on the record. 

Questions:
  1. Do elements #1 & #2 fire consecutively?
  2. Does element #2 wait for the actions of #1 to complete before continuing?
  3. Some other scenario of actions happen?


User-added image
VinayVinay (Salesforce Developers) 
Hope your query is answered below.

https://salesforce.stackexchange.com/questions/348331/process-builder-order-of-operations

Thanks,
ShivankurShivankur (Salesforce Developers) 
Hi Maxwell,

Please note, Criteria are evaluated in the order shown on the canvas. When criteria are true, the process executes the associated action group and stops evaluating additional criteria. When criteria are false, the process skips the action group and evaluates the criteria for the next action group.

Reference:
https://releasenotes.docs.salesforce.com/en-us/spring16/release-notes/rn_forcecom_process_reorder_criteria.htm#rn_forcecom_process_reorder_criteria

Hope above information helps. Please mark as Best Answer so that it can help others in future.

Thanks.