-
Notifications
You must be signed in to change notification settings - Fork 282
Open
Description
Description
I was querying Instances of a Durable Function App with the HTTP API using the following.
GET /runtime/webhooks/durableTask/instances?
taskHub={taskHub}
&connection={connectionName}
&code={systemKey}
&createdTimeFrom={timestamp}
&createdTimeTo={timestamp}
&runtimeStatus={runtimeStatus1,runtimeStatus2,...}
&instanceIdPrefix={prefix}
&showInput=[true|false]
&top={integer}
Function App uses a Netherite backend.
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.DurableTask" Version="1.8.0" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.DurableTask.Netherite" Version="3.1.0" />
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="2.1.0" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="2.0.5" />I am noticing this scenario where on the HTTP request, the response body has no data, but has response header: x-ms-continuation-token. In some cases, I am finding data when traversed through using the x-ms-continuation-token. In some cases, I am traversing like forever.
Expected behavior
When the response header contains x-ms-continuation-token, then the current response should contain the data.
Actual behavior
When the response header contains x-ms-continuation-token, current response body is empty.
Relevant source code snippets
N/A
Known workarounds
N/A
App Details
- Durable Functions extension version (e.g. v1.8.3): 1.8.0
- Azure Functions runtime version (1.0 or 2.0): 4.x
- Programming language used: C#
Screenshots
If deployed to Azure
Sharing an InstanceId, so you can look up the function app.
- Orchestration instance ID(s):
30e7b79d1163481bbc07d83b4c12dcf7