Orchestrator Instance ID not accessible from Activity function #242
Labels
Enhancement
New feature or request
Needs: Investigation 🔍
A deeper investigation needs to be done by the project maintainers.
P2
Priority 2 item
Describe the bug
I have a process that runs on Durable Functions that consists of a couple of Orchestrators, with some Sub-Orchestrators and a series of Activity functions. Within the Activity functions I am writing to Table storage with any data exceptions that can be used as a report. I'd like to group these reports by specifying the parent Orchestrator's InstanceId as the PartitionKey on the table.
Investigative information
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Data regarding the calling orderstrator's instanceId and parentInstanceId to be included in the context object, much as it is part of the bindingData for a sub-orchestrator.
Actual behavior
Context includes the activity function's invocation ID but nothing related to the parent orchestrator,
Screenshots


The text was updated successfully, but these errors were encountered: