File tree Expand file tree Collapse file tree 1 file changed +37
-1
lines changed Expand file tree Collapse file tree 1 file changed +37
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Activity Registration
4
4
5
+ Shows to register activities, both as plain functions and on ` struct ` s to share state.
6
+
5
7
## Cancellation
6
8
9
+ Shows how to cancel a workflow and now to react to cancellation in workflow implementations.
10
+
7
11
## Complex Parameters
8
12
13
+ Demonstrates how to pass complex parameters to workflows and activities.
14
+
9
15
## Concurrent
10
16
17
+ Demonstrates how to run multiple activities concurrently.
18
+
11
19
## Context Propagation
12
20
21
+ Shows how to propagate context into workflows and from there to activities.
22
+
13
23
## Continue-As-New
14
24
25
+ Shows how to use ` ContinueAsNew ` to restart a workflow for "infinite" workflows.
26
+
15
27
## Converter
16
28
29
+ Shows how to use a custom converter to convert between different types.
30
+
17
31
## Errors
18
32
33
+ Shows how to handle errors in workflows and activities.
34
+
19
35
## Retries
20
36
37
+ Demonstrates sub-workflow and activity retries.
38
+
21
39
## Scale
22
40
41
+ Simple sample with a split worker and "starter" process.
42
+
23
43
## Signal
24
44
45
+ Shows how to send and receive signals to workflow.
46
+
25
47
## Signal to a Sub-Workflow
26
48
49
+ Shows how to send signals to a sub-workflows.
50
+
27
51
## Simple
28
52
53
+ Simple end-to-end sample with a single activity.
54
+
29
55
## Simple (Split Worker)
30
56
57
+ Same as the simple example, but with a split worker and "starter" process.
58
+
31
59
## Sub-Workflow
32
60
61
+ Shows how to implement and call a sub-workflow from a workflow.
62
+
33
63
## Timer
34
64
65
+ Shows how to use timers in workflows.
66
+
35
67
## Tracing
36
68
37
- ## Web / Diagnostic UI
69
+ Shows how to use OpenTelemetry to trace workflows and activities.
70
+
71
+ ## Web / Diagnostic UI
72
+
73
+ Shows how to use the Web UI to monitor workflows and activities.
You can’t perform that action at this time.
0 commit comments