Hello,
Consider the following scenario:
I have a site with two lists: Source and Destination.
I create a workflow in list source, Source - On Item Created that will create a random item in Destination.
In the list Destination I also create a workflow, Destination - On Item Created.
Now, I manually add a new item in Source.
The WF "Source - On Item Created" will trigger and will create an item in Destination.
The problem is that the WF "Destination - On Item Created" will not be triggered even if there is a new item in the list.
This behavior can be observed with 2013 Workflows. With 2010 Workflows the WF would have been triggered.
Any suggestions?