Modules
0/ 0
Azure Functions
134 questions
Question 1 of 1341%
Durable Functionsadvancedfill blank
A JavaScript Durable Functions orchestrator starts many activity calls and must wait until every branch completes before aggregating results. The JavaScript equivalent of C# `Task.WhenAll` is `context.df.Task.____`.
A JavaScript Durable Functions orchestrator starts many activity calls and must wait until every branch completes before aggregating results. The JavaScript equivalent of C# `Task.WhenAll` is `context.df.Task.`.
