File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
45491 . Open the ` access.properties ` file in the ` samples ` directory.
4650
You can’t perform that action at this time.
0 commit comments