This commit is contained in:
Chris
2025-11-11 09:17:34 -08:00
committed by GitHub
Unverified
parent a39e6561fd
commit ad2ebfc0c8
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ A _Declarative Workflow_ may be executed locally no different from any `Workflow
The difference is that the workflow definition is loaded from a YAML file instead of being defined in code.
```c#
Workflow<string> workflow = DeclarativeWorkflowBuilder.Build<string>("HelloWorld.yaml", options);
Workflow<string> workflow = DeclarativeWorkflowBuilder.Build<string>("Marketing.yaml", options);
```
Workflows may also be hosted in your _Azure Foundry Project_.