Azure / LogicAppsUX

https://learn.microsoft.com/azure/logic-apps
MIT License
77 stars 83 forks source link

Monitoring view: Submit from this action option in stateless is not working #5175

Open vgouth opened 3 months ago

vgouth commented 3 months ago

Describe the Bug with repro steps

  1. Create a stateless workflow.
  2. Add trigger and some actions.
  3. Save and run the trigger.
  4. Open the run history and select the run identifier.
  5. Click on the succeeded action.
  6. Select the Submit from this action option.

Expected: Workflow should be submitted from that actiontill the end.

Actual:Workflow is not submitted from that action till the end.

Note: This option is working well as expected in stateful workflow.

What type of Logic App Is this happening in?

Standard (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

Uploading Recording 2024-07-23 230527.mp4…

Browser

Edge

Additional context

Version: 2.40722.1.1

Eric-B-Wu commented 3 months ago

This should only work for stateful standard logic apps. Let's remove the resubmit from action on stateless workflows

hartra344 commented 3 months ago

@Eric-B-Wu it works in Stateless if debug mode is on, however if debug mode is turned off then it will no longer work.....Debug mode essentially turns stateless workflows into stateful workflows for the duration.

Eric-B-Wu commented 3 months ago

in which case should we only hide this if stateless non-debug mode is on?

hartra344 commented 3 months ago

I don't love the idea of us deciding to hide it based on anything but it being flagged in the run history file....but I guess it wouldn't hurt....