diff --git a/IteratorFunction.cs b/IteratorFunction.cs index 4779047..3677a43 100644 --- a/IteratorFunction.cs +++ b/IteratorFunction.cs @@ -88,6 +88,14 @@ public async Task> Iterator_Orchestrator([OrchestrationTrigger] Tas await context.CreateTimer(deadline, CancellationToken.None); } + var status = new OrchestratorStatus() + { + Index = input.Values.Count, + Count = input.Values.Count, + Progress = 100f + }; + context.SetCustomStatus(status); + return outputs; } diff --git a/WhiteCrow.sln b/WhiteCrow.sln index 7bd23aa..a704998 100644 --- a/WhiteCrow.sln +++ b/WhiteCrow.sln @@ -3,7 +3,12 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.11.35431.28 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WhiteCrow", "WhiteCrow.csproj", "{850B5BC5-5888-4991-A50A-1D75326E0BFB}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WhiteCrow", "WhiteCrow.csproj", "{850B5BC5-5888-4991-A50A-1D75326E0BFB}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{01F283E3-089F-468A-957F-A644810DDCD0}" + ProjectSection(SolutionItems) = preProject + .github\workflows\azure-functions-app-dotnet.yml = .github\workflows\azure-functions-app-dotnet.yml + EndProjectSection EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution