In SharePoint Designer 2010, I am developing two workflows for a Custom List. One (WF_01) is configured to Start when an item is changed and the second (WF_02) is set to be manually started.
WF_02 updates some fields using the Set Field in Current Item Action. The fields are Choice and Text fields. Whenever a field is set, WF_01 is Started because a field is changed.
It is my understanding that the Set Field action should not cause event receivers to fire, but the Update List Item action does cause event receivers to fire. Is this true? If so, what can be the cause of this behavior?