I see I can dispatch multiple workflows in loop and you can link the child to its parent using a correlation Id, however if you dispatch 5 child workflows in the loop, within the parent, its hard see to which dispatch relates to which iteration bc the dispatch result does not show the newly created instance Id in the logs. For example: If you spawn the SubWorkflow1 5 times, within the parent workflow, you need to see the details of iteration 3 of SubWorkflow1 its hard to determine which instance id relates to iteration 3. The easiest way i can think of is to filter by correlation Id (which is parent Instance Id) and some input parameter
I see I can dispatch multiple workflows in loop and you can link the child to its parent using a correlation Id, however if you dispatch 5 child workflows in the loop, within the parent, its hard see to which dispatch relates to which iteration bc the dispatch result does not show the newly created instance Id in the logs. For example: If you spawn the SubWorkflow1 5 times, within the parent workflow, you need to see the details of iteration 3 of SubWorkflow1 its hard to determine which instance id relates to iteration 3. The easiest way i can think of is to filter by correlation Id (which is parent Instance Id) and some input parameter