Flow Designer — Open Subflow Context Link Missing and Action Row Not Expandable When Subflow Runs in LoopIssue In Flow Designer, if a subflow is executed from within a go-back-to loop,the action row's State will show "Not Run"the "open subflow context" hyperlink is missingand the action row cannot be expanded to view input- and output detailsThe subflow is run as intended, but troubleshooting is extremely difficult.ReleaseXanadu Patch 3CauseThe root cause is a product defect, which has been identified and logged as PRB1839087.ResolutionAs a workaround, you can add a first step with an IF condition that gets satisfied for all the executions. For example, if you have made a flow for a Service Catalog Item, you can use the condition `Created > XX-XX-2015` (any date from the past). This way, all the records processed via that flow will satisfy this condition, and you will be able to see the 'Open Flow Context' option.Here are the steps to implement this workaround:1. Open your Flow in Flow Designer.2. Add a new IF condition as the first step in your Flow.3. Set the condition to a value that will always be true for the records you are processing, such as `Created > XX-XX-2015`.4. Configure rest of the steps as you want under the if (Step 1 of the flow)5. Save and test your Flow.By following these steps, you should be able to see the 'Open Subflow Context' option and expand the action row to view input and output details.Please note that this is a workaround, and the product defect will be fixed as part of PRB1839087.