File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ expected_stdout_lines:
15
15
- '== APP == Runtime initialized'
16
16
- '== APP == TestWorkflow registered'
17
17
- '== APP == TestActivity registered'
18
- - '== APP == runner 1 '
18
+ - '== APP == runner started '
19
19
- '== APP == workflow started with id: a7a4168d-3a1c-41da-8a4f-e7f6d9c718d9'
20
20
- '== APP == workflow paused'
21
21
- '== APP == workflow resumed'
@@ -51,7 +51,7 @@ dapr run --app-id workflow-sequential \
51
51
- '== APP == Runtime initialized'
52
52
- '== APP == TestWorkflow registered'
53
53
- '== APP == TestActivity registered'
54
- - '== APP == runner 1 '
54
+ - '== APP == runner started '
55
55
- '== APP == workflow started with id: a7a4168d-3a1c-41da-8a4f-e7f6d9c718d9'
56
56
- '== APP == workflow paused'
57
57
- '== APP == workflow resumed'
Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ func main() {
38
38
39
39
var wg sync.WaitGroup
40
40
41
- // start workflow runner
42
- fmt .Println ("runner 1 " )
41
+ // Start workflow runner
42
+ fmt .Println ("runner started " )
43
43
wg .Add (1 )
44
44
go func () {
45
45
defer wg .Done ()
You can’t perform that action at this time.
0 commit comments