Replies: 2 comments 8 replies
-
For help with debugging these kinds of issues, it's best if you can share some additional information, such as where your code is running (local? Azure?), the language you're using, what is the instance ID of the impacted orchestration, and whether the logs contain any relevant information. Can you share more information about the sub-orchestration which isn't completing? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Dear @cgillum,I am using C# and .NETCore 3.1, Azure Function Version as v3, and the functions were deployed in Azure with Elastic Premium EP1 using 4 instances.In logs, I saw that no exception have been thrown, and in fact the MigrateUserAlertActivity is storing correctly the data in Cosmos DB, but doesn't finish. And for this reason is not doing the next iteration this is the code of SubOrchestrator:Orchestrator code:SubOrchestrator code:Thanks in advance 😊 |
Beta Was this translation helpful? Give feedback.
8 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.
-
Dear team,
I implemented an Orchestration in order to migrate some data, probably Durable Functions are not the best approach but always works for me. Today, I had a problem that my SubOrchestrator is not raising the ExecutionCompleted event. I really don't know what is happening.
I purged the all instances history, but is like the SubOrchestrator began in a loop and never finish it.
This is the Sequence Diagram now, I would like to know if you could know anything that could help me with this situation.
If this SubOrchestrator never raise the event of ExecutionCompleted it'll never be completed this instance, and I would like to know what is happening.
The final sequence diagram should be like this:
I did not change anything about code, it is the same and always worked, but today began to do this loop and I really don't know what is happening.
Could you help me with this?
Beta Was this translation helpful? Give feedback.
All reactions