We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97721f7 commit a7798d9Copy full SHA for a7798d9
samples-azure-functions/src/main/java/com/functions/ExampleFunction.java
@@ -38,8 +38,6 @@ public ExampleResponse exampleOrchestrator(
38
@DurableOrchestrationTrigger(name = "taskOrchestrationContext") final TaskOrchestrationContext context,
39
final ExecutionContext functionContext) {
40
return context.callActivity("ToLower", "Foo", ExampleResponse.class).await();
41
-// " " +
42
-// context.callActivity("ToLower", "Bar", ExampleResponse.class).await();
43
}
44
45
@FunctionName("ToLower")
0 commit comments