logicapps icon indicating copy to clipboard operation
logicapps copied to clipboard

Can't obtain worfkflow history and callback url with designer

Open milicevica23 opened this issue 3 years ago • 1 comments

After creating a new project and workflow with http triger i was not able to get callback url and workflow history

image

image

There is a problem with the url which is send to the logic app (port -> undefined) i also tried with the port 7071 and got respose with the history.

Can i provide port number to the logic app extension?

Could you provide how can i obtain callback url from the workflow with a rest api call?

Azure Functions Core Tools
Core Tools Version:       3.0.4484 Commit hash: N/A  (64-bit)
Function Runtime Version: 3.4.2.0

Logic app (Standard)

milicevica23 avatar Apr 19 '22 20:04 milicevica23

I'm having similar issues when I try to run multiple logic apps where one of them is running on a non-standard port; the overview doesn't work.

enhendrickson avatar Sep 23 '22 10:09 enhendrickson

We are currently unable to support running on a non standard port. Tracking this as a feature request as we work on updating our VSCode experience.

hartra344 avatar Oct 30 '22 22:10 hartra344

Hi @milicevica23 can you state which version of the extension you are using? I couldn't repro your issue in the 1.0.43 version. Is this still happening?

ccastrotrejo avatar Nov 08 '22 00:11 ccastrotrejo

Hi @enhendrickson as a workaround you can run multiple logic apps in standard ports and use overview, by specifying the port in the .vscode/tasks.json file of your project Screenshot 2022-11-08 at 3 34 52 PM

ccastrotrejo avatar Nov 08 '22 23:11 ccastrotrejo