Skip to content

Commit ffac3cc

Browse files
author
Maxim Fateev
committed
README upated
1 parent 240263b commit ffac3cc

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,17 @@ After cadence-client library is available just run
1919

2020
mvn compile
2121

22-
to build the samples.
22+
to build the samples. Verify that they actually can run:
2323

24-
##Overview of the Samples
24+
mvn exec:java -Dexec.mainClass=com.uber.cadence.samples.helloworld.HelloWorld
25+
26+
## Overview of the Samples
2527

2628
* **HelloWorld** -- obligatory single activity workflow.
2729

2830
* **PeriodicWorkflow** -- shows how to create a workflow that periodically executes an activity which name
2931
and arguments are specified at runtime.
30-
The workflow can run for extended periods and hence it uses the continue as new execution feature.
32+
The workflow can run for extended periods and hence it uses the _continue as new execution_ feature.
3133

3234
* **FileProcessing** -- shows a workflow for media processing use case. The sample workflow
3335
downloads a file from an Amazon S3 bucket, creates a zip file and uploads that zip file back to
@@ -40,7 +42,9 @@ to build the samples.
4042

4143
## Configuring Samples
4244

43-
The steps for configuring and building the AWS Flow Framework for Java samples are:
45+
If you are running local container the HelloWorld and PeriodicWorkflow samples do not need any additional configuration.
46+
47+
The steps for configuring and building other samples for Java Cadence Client are:
4448

4549
1. Open the `access.properties` file in the `samples` directory.
4650

0 commit comments

Comments
 (0)