Skip to content

Latest commit

 

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Ruby Cadence Examples

This directory contains examples demonstrating different features of this library and Cadence.

To try these out you need to have Cadence and TChannel Proxy running (setup instructions).

Install all the gem dependencies by running:

> bundle install

Modify the init.rb file to point to your TChannel Proxy.

Start a worker process:

> bin/worker

Use this command to trigger one of the example workflows from the workflows directory:

> bin/trigger NAME_OF_THE_WORKFLOW [argument_1, argument_2, ...]