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
Sumit_SFDCSumit_SFDC 

Can someone explain me the scenario when 2 workflows will go into recursion?

 I tried different scenarios to check how it looks when WF's goes into  recursion..but somehow it's not going to recursion. I just wanted to look into salesforce errors how it looks when recursion happens.
for example :
I have 2 WF's :
wf 1 : if field1 = 20 --> updates field2 = 30
wf2 : if field2 = 30 --> updates field1 = 20
revaluate condition is also checked in both WF rules.

Still those worfklows are not going into recursion.
Please can somebody help me with scenario where I will able see recursion of workflows. 

Thanks in advance.