question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Logic Apps (Standard): trigger Recurrence workflows manually in Visual Studio Code

See original GitHub issue

I’m developing a new single-tenant Logic App (Standard) workflow in Visual Studio Code. The workflow has a Recurrence trigger.

I want to be able to locally debug the workflow regardless of the time that is set by the Recurrence trigger, by manually executing it. The documentation on Microsoft Docs only describes a scenario with an HTTP trigger and Postman, which cannot be used for workflows with other triggers.

When executing the Logic App using func host start or the Code Extension for the very first time, the workflow gets triggered and I am able to debug locally. When I restart the Logic App with the same command, nothing happens. As a workaround I’m able to trigger the workflow again by resetting my local storage emulator (Azurite), but this is not ideal.

The Visual Studio Code extension does not seem to offer a way of resubmitting a workflow: Screen Shot 2021-05-28 at 11 19 55

The Azure Portal however does: Screen Shot 2021-05-28 at 11 22 36

Is there any way to resubmit or manually execute a workflow locally (within Visual Studio Code), without resetting the Local Storage Emulator or Azurite each time?

AB#15947313

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:6
  • Comments:13

github_iconTop GitHub Comments

3reactions
skyaddictcommented, Aug 20, 2021

In the Azure portal, one can manually trigger a recurrence workflow. It seems like a miss that this is not available in VSCode extension.

3reactions
gastonmuijtjenscommented, Jul 5, 2021

Hi @KiranmaiS, thanks for your message. The above suggestions works, although it is far from ideal. I would like to see a way to manually trigger the Recurrence trigger locally.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Create Standard workflows with Visual Studio Code
This how-to guide shows how to create an example integration workflow that runs in single-tenant Azure Logic Apps by using Visual Studio Code...
Read more >
Schedule and run recurring workflows - Azure Logic Apps
Schedule and run recurring workflows with the generic Recurrence trigger in Azure Logic Apps.
Read more >
Create and run .NET Framework code from Standard ...
Write and run code using the .NET Framework from Standard workflows in Azure Logic Apps.
Read more >
Create integration workflows with Azure Logic Apps in ...
This quickstart shows how to create and manage logic app workflows that help you automate tasks and processes that integrate apps, data, systems ......
Read more >
Create example Standard logic app workflow in Azure portal
This trigger creates an endpoint that other services or logic app workflows can call and waits for those inbound calls or requests to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found