Skip to content

Commit

Permalink
fixall
Browse files Browse the repository at this point in the history
  • Loading branch information
longquanzheng committed Sep 2, 2021
1 parent 1874248 commit 0549b94
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions canary/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,11 @@ For example, manually start an `Echo` test case:
cadence --do <> workflow start --tl canary-task-queue --et 10 --wt workflow.echo
```

Once you start the test cases, you can observe the progress:
```
cadence --do cadence-canary workflow ob -w <...workflowID form the start command output>
```

#### Echo
Echo workflow tests the very basic workflow functionality. It executes an activity to return some output and verifies it as the workflow result.

Expand Down

0 comments on commit 0549b94

Please sign in to comment.