microsoft / DurableFunctionsMonitor

A monitoring/debugging UI tool for Azure Durable Functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

See parentinstanceid of sub orchestrations

xro opened this issue · comments

commented

Is it possible to show parentinstanceid from the context of suborchestrations. Could be also supplemented by parent name.

@xro , thanks for this suggestion.
At the moment it is not supported, but definitely would be a good next feature to implement.
Technically it seems to be very much possible (correlating by ExecutionId):
image

Implemented, will look like this on Details page:
image

Also will be possible to filter by parentInstanceId:
image

Will be released as part of next version.

Would really appreciate if you could test by running the current sources.

commented

Amazing news. Will get to it once I am free

commented

Works great. I've tested it with docker tag:experimental-ingress-routr-prefix-added as I noticed that change is there.

Great that click on parentinstanceid takes you to that parent. Good job.