You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ Prerequisites:
21
21
*[ContextPropagation](src/ContextPropagation) - Context propagation via interceptors.
22
22
*[CounterInterceptor](src/CounterInterceptor/) - Simple Workflow and Client Interceptors example.
23
23
*[DependencyInjection](src/DependencyInjection) - How to inject dependencies in activities and use generic hosts for workers
24
+
*[Dsl](src/Dsl) - Workflow that interprets and executes workflow steps from a YAML-based DSL.
24
25
*[EagerWorkflowStart](src/EagerWorkflowStart) - Demonstrates usage of Eager Workflow Start to reduce latency for workflows that start with a local activity.
25
26
*[Encryption](src/Encryption) - End-to-end encryption with Temporal payload codecs.
26
27
*[EnvConfig](src/EnvConfig) - Load client configuration from TOML files with programmatic overrides
0 commit comments