-
Notifications
You must be signed in to change notification settings - Fork 43
Examples
yogeshnachnani edited this page Jun 15, 2016
·
16 revisions
The following script compiles the flux runtime.
./build.sh noTests
To run the end-to-end examples, you must have a mysql installation running on your system.
To keep it simple we assume that the root user has create database privileges and works without a password. If these are not the settings on your system, please change setup_db.sh
appropriately
Run the following script to setup a skeleton database for use in Flux
./setup_db.sh
We've put up an example of a Simple Concurrent workflow as part of our codebase's examples
module.
After the building the codebase, you can run the example using
cd examples
./run_example.sh com.flipkart.flux.examples.decision.RunUserVerificationWorkflow