File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ expected_stdout_lines:
1515 - '== APP == Runtime initialized'
1616 - '== APP == TestWorkflow registered'
1717 - '== APP == TestActivity registered'
18- - '== APP == runner 1 '
18+ - '== APP == runner started '
1919 - '== APP == workflow started with id: a7a4168d-3a1c-41da-8a4f-e7f6d9c718d9'
2020 - '== APP == workflow paused'
2121 - '== APP == workflow resumed'
@@ -51,7 +51,7 @@ dapr run --app-id workflow-sequential \
5151 - '== APP == Runtime initialized'
5252 - '== APP == TestWorkflow registered'
5353 - '== APP == TestActivity registered'
54- - '== APP == runner 1 '
54+ - '== APP == runner started '
5555 - '== APP == workflow started with id: a7a4168d-3a1c-41da-8a4f-e7f6d9c718d9'
5656 - '== APP == workflow paused'
5757 - '== APP == workflow resumed'
Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ func main() {
3838
3939 var wg sync.WaitGroup
4040
41- // start workflow runner
42- fmt .Println ("runner 1 " )
41+ // Start workflow runner
42+ fmt .Println ("runner started " )
4343 wg .Add (1 )
4444 go func () {
4545 defer wg .Done ()
You can’t perform that action at this time.
0 commit comments