Replies: 2 comments 1 reply
-
Just to clarify, are you referring to middleware that runs in the .NET Isolated worker process? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Yes - sorry should have included that
…On Tue, Feb 21, 2023 at 11:53 AM Chris Gillum ***@***.***> wrote:
Just to clarify, are you referring to middleware that runs in the .NET
Isolated worker process?
—
Reply to this email directly, view it on GitHub
<#2395 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJH27BV35DTFD4JA6LR2WDWYT6KTANCNFSM6AAAAAAVDK3SDY>
.
You are receiving this because you authored the thread.Message ID:
<Azure/azure-functions-durable-extension/repo-discussions/2395/comments/5067730
@github.com>
|
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
-
I'm trying to capture some durable function status to link back to our business objects using middleware. Is there a way to get any of the Durable Functions metadata, like the
InstanceId
or theParentOrchestrationInstance
for an Orchestration within the middleware?Beta Was this translation helpful? Give feedback.
All reactions