How to wait completion of Azure long-running operation in durable activity ? #2731
Unanswered
MasterKuat
asked this question in
Q&A
Replies: 1 comment
-
Hi, anyone have a clue ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Nearly everything is in title.
My use case is Azure Automation context while running a runbook I which to wait until completed (or failed)
My durable function is a C# .net 6, I use Azure.ResourceManager.Automation nuget package v1.1.0
Mainly, I use
but automationJob.Update do not honnor the WaitUntil parameter and I always get an AutomationJobStatus.New (And clearly my activity end before runbook complet.
I tried also with async activity but change nothing still not waiting.
Is there any trick ?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions