.NET Workflows - Rename folder containing sample workflows (#836)

* coolio

* Update dotnet/samples/GettingStarted/Workflows/Declarative/README.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Chris
2025-09-19 10:40:51 -07:00
committed by GitHub
Unverified
parent 965918b883
commit 7cd45e313b
23 changed files with 7 additions and 7 deletions
+6 -6
View File
@@ -79,12 +79,12 @@
<Project Path="samples/GettingStarted/Workflows/Declarative/DeclarativeWorkflow.csproj" />
</Folder>
<Folder Name="/Samples/GettingStarted/Workflows/Declarative/Examples/">
<File Path="../workflows/DeepResearch.yaml" />
<File Path="../workflows/HumanInLoop.yaml" />
<File Path="../workflows/Marketing.yaml" />
<File Path="../workflows/MathChat.yaml" />
<File Path="../workflows/README.md" />
<File Path="../workflows/wttr.json" />
<File Path="../workflow-samples/DeepResearch.yaml" />
<File Path="../workflow-samples/HumanInLoop.yaml" />
<File Path="../workflow-samples/Marketing.yaml" />
<File Path="../workflow-samples/MathChat.yaml" />
<File Path="../workflow-samples/README.md" />
<File Path="../workflow-samples/wttr.json" />
</Folder>
<Folder Name="/Samples/GettingStarted/Workflows/SharedStates/">
<Project Path="samples/GettingStarted/Workflows/SharedStates/SharedStates.csproj" />
@@ -66,7 +66,7 @@ This will create the agents used in the sample workflows in your Azure Foundry P
## Execution
Run the demo from the console by specifying a path to a declarative (YAML) workflow file.
The repository has example workflows available in the root [`/workflows`](../../../../../workflows) folder.
The repository has example workflows available in the root [`/workflow-samples`](../../../../../workflow-samples) folder.
1. From the root of the repository, navigate the console to the project folder: