-
I implemented the following pattern.
I have the same setup in a .net6 (non isolated) and that works great and fast. Now i see the following behaviour:
Once that first activity is executes (after a while), the remaining activities of that orchestration will run as soon as the first activity is completed. Below is a sample of an orchestration,
A typical activity will look like this:
I fiddled a lot with the Host.json but nothing seems to work.
The functionGuard class is actually a table entity where I keep some metadata about the message. If i look at the Instances table storage i can see 1 record with the status pending
I need the preview because i want to clean up the function history |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@well0549 Were you able to figure out the issue for the above? |
Beta Was this translation helpful? Give feedback.
@well0549 Were you able to figure out the issue for the above?