Skip to main content

I have receiving multiple error emails like 

Error element myDecision (FlowDecision). Apex CPU time limit exceeded

 

Flow Details Flow API Name: User_Onboard_Schedule_Date Type: Record Change Process Version: 1 Status: Active Org: Axial (00D30000000nDk7)

Flow Interview Details Interview Label: User_Onboard_Schedule_Date-1_InterviewLabel Interview GUID: 2169fca0fe2471de5f2055559a8a17cc99eb107-4998 Current User: Axial-SynchronizationAccount (00530000003lTTl) Start time: 10/28/2021 9:53 PM Duration: 0 seconds

How the Interview Started Axial-SynchronizationAccount (00530000003lTTl) started the flow interview. API Version for Running the Flow: 53 Some of this flow's variables were set when the interview started. myVariable_old = Contact (0033000000uoEPsAAM) myVariable_current = Contact (0033000000uoEPsAAM)

DECISION: myDecision Skipped this outcome because its conditions weren't met: myRule_1 Outcome conditions:  {!myVariable_current.Onboard_Scheduled__c} (null) Equals Yes  Default outcome executed.

 

The issue happens every time when I update my contact which triggers the process builder to run in a loop. #Apex Exception Email #Apex  #Process Builder

1 answer
  1. Oct 29, 2021, 1:34 PM

    PB that triggers this error. The process will trigger when a field in contact got updated and it was set trigger only when a specific change made. If its satisfy the condition then it will update the field in account object.

    PB that triggers this error. The process will trigger when a field in contact got updated and it was set trigger only when a specific change made.

0/9000