LogicAppsUX
LogicAppsUX copied to clipboard
[New Experiment]: Run history blade fails after interaction in Draft Mode for stateless workflow
Severity
P1 - Critical (Blocking production)
Describe the Bug with repro steps
- Create a standard logic app
- Use new Logic Apps experience and add a stateless workflow
- Open the newly added workflow in draft version
- Add 'When an http request is received' trigger
- Add the 'Initialize variables' action and set up variables of type Array and String.
- Add the ' Append to string variable' action
- Add the 'Append to array variable' action
- Add the response action with tokens from Append to string variable and append to array variable actions.
- 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