logicapps icon indicating copy to clipboard operation
logicapps copied to clipboard

Logic App Standard never triggers locally for some triggers

Open yoHasse opened this issue 2 years ago • 2 comments

Steps to reproduce:

  • Create a new project, local only with a stateful workflow.
  • Add recurrance trigger and some other things you want.
  • Start debugging.
  • Watch and wait as the recurrance never triggers.

It works great when using HTTP request trigger.

Logic App (Standard) - VS Code extension. Version: 1.0.34

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

Azurite (Installed separately, no extension): v3.19.0

host.json

{
  "version": "2.0",
  "extensionBundle": {
    "id": "Microsoft.Azure.Functions.ExtensionBundle.Workflows",
    "version": "[1.*, 2.0.0)"
  }
}

yoHasse avatar Sep 19 '22 07:09 yoHasse

Was this working earlier? My Azure Queue trigger workflows were not firing and the following always solved it for me.

  1. Stop Azurite
  2. Clear Azurite data by deleting the generated folder. (Please note, that this step will also change your HTTP trigger URLs and remove all the run history)
  3. Start Azurite

ppanchal-mobiz avatar Sep 20 '22 14:09 ppanchal-mobiz

Was this working earlier? My Azure Queue trigger workflows were not firing and the following always solved it for me.

  1. Stop Azurite
  2. Clear Azurite data by deleting the generated folder. (Please note, that this step will also change your HTTP trigger URLs and remove all the run history)
  3. Start Azurite

I actually have to clear the azurite folder between runs because of another bug. I can't remember ever getting this to work.

Could be something that throws an error during the trigger tries to fire but I can't troubleshoot if I don't get any information that somethings gone wrong 😟

yoHasse avatar Sep 20 '22 16:09 yoHasse

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] avatar Oct 20 '22 20:10 github-actions[bot]

This issue was closed because it has been inactive for 7 days since being marked as stale.

github-actions[bot] avatar Oct 27 '22 20:10 github-actions[bot]