Azure / logicapps

Azure Logic Apps labs, samples, and tools
MIT License
348 stars 291 forks source link

Unable to see for each loop runs on a cancelled logic app run. #1079

Open GarmanK opened 3 weeks ago

GarmanK commented 3 weeks ago

Describe the Bug with repro steps

  1. run a logic App with a for each loop
  2. while the for each loop is looping through the array cancel the run.
  3. Go to run history and open the cancelled run, and the for each loop has no arrows to go through the for each loop runs.

image

Even though the for each loop did over 100 loops in that time.

What type of Logic App Is this happening in?

Consumption (Portal)

Are you using new designer or old designer

New Designer

Did you refer to the TSG before filing this issue? https://aka.ms/lauxtsg

Yes

Workflow JSON

No response

Screenshots or Videos

image

Browser

Edge

Additional context

No response