Workflow Sample Creation Tracking issue
- Dominant language
- C#
- Stars
- 1.2k
- Forks
- 378
- Avg merge
- 2d 1h
- Merged PRs (30d)
- 6
Description
**Description:**
This Epic will be used to track the samples we'll need to create around Dapr Workflows. Samples will use the existing [workflowConsoleApp](https://github.com/dapr/dotnet-sdk/tree/master/examples/Workflow/WorkflowConsoleApp) and highlight key patterns for Dapr Workflows
**How it'll work:** We'll create a new directory in the [dotnet-sdk/examples/workflow](https://github.com/dapr/dotnet-sdk/tree/master/examples/Workflow) directory called "Samples". The Samples directory will contain each sample's program files and each sample will highlight a specific pattern (i.e., taskChaining.cs, K8sWorkflowscs, fanOutFanIn.cs etc.). When users want to try a sample, they'll swap the original [Program.cs](https://github.com/dapr/dotnet-sdk/blob/master/examples/Workflow/WorkflowConsoleApp/Program.cs) file with one from the sample program files and then they run the console app with the new program to try the pattern.
**Patterns to create:**
- [ ] https://github.com/dapr/dotnet-sdk/issues/1061
- [x] https://github.com/dapr/dotnet-sdk/issues/1062
- [x] https://github.com/dapr/dotnet-sdk/issues/1063
- [ ] https://github.com/dapr/dotnet-sdk/issues/1065
- [ ] https://github.com/dapr/dotnet-sdk/issues/1066
- [ ] https://github.com/dapr/dotnet-sdk/issues/1067
- [ ] https://github.com/dapr/dotnet-sdk/issues/1069
- [ ] Workflow Encryption
- [ ] Cron
Contributor guide
Assessment
This issue has not been assessed yet.