LogicAppsUX icon indicating copy to clipboard operation
LogicAppsUX copied to clipboard

[New Experiment]: Run history blade fails after interaction in Draft Mode for stateless workflow

Open vgouth opened this issue 2 months ago • 0 comments

Severity

P1 - Critical (Blocking production)

Describe the Bug with repro steps

  1. Create a standard logic app
  2. Use new Logic Apps experience and add a stateless workflow
  3. Open the newly added workflow in draft version
  4. Add 'When an http request is received' trigger
  5. Add the 'Initialize variables' action and set up variables of type Array and String.
  6. Add the ' Append to string variable' action
  7. Add the 'Append to array variable' action
  8. Add the response action with tokens from Append to string variable and append to array variable actions.
  9. Update the environment variables with "Workflows.workflow name.OperationOptions" : "WithStatelessRunHistory".

**Expected:**When running from the draft version, the run history pane should open and display the corresponding run in the run history blade.

Actual: When running from the draft version, the run history pane opens, but after a few seconds, with or without clicking on the screen causes the run history blade to crashed.

What type of Logic App Is this happening in?

Standard (Portal)

Are you experiencing a regression?

Not a regression as this is a new experiment issue

Which operating system are you using?

Windows

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

Yes

Workflow JSON


Screenshots or Videos

newdesigner.SLdraftrun-HAR file.sanitized.zip

newdesigner.SLdraftrun-HAR file.sanitized.zip

Environment

Edge New environment Version : 2.51029.1.9 and bundle version: 1.152.1

Additional context

No response

vgouth avatar Nov 10 '25 15:11 vgouth