0

I have an orchestrator function calls suborchestration and that in turn calls an activity function. For some reason the activity function has been invoked multiple times.

"KMA-Orch-DataRefreshOrchestration" -> "KMA-Orch-DataRefreshSubOrchestration" -> "KMA-Product"

  • Azure runtime version : 1.0
  • FUNCTIONS_EXTENSION_VERSION : ~1
  • Region : Central US
  • Hosting Plan : Standard

  • Original trigger time : 2018-07-06 08:00:30,989

  • 2nd time trigger : 2018-07-06 08:15:41,814
  • 3rd time trigger : 2018-07-06 08:43:27,074
Praveena M
  • 522
  • 4
  • 10

1 Answers1

0

Assuming you are using Consumption Plan with Durable Functions, some comments:

Simon Luckenuik
  • 345
  • 4
  • 12