Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 626 Bytes

File metadata and controls

25 lines (16 loc) · 626 Bytes

Ruby Temporal Examples

This directory contains examples demonstrating different features or this library and Temporal.

To try these out you need to have a running Temporal service (setup instructions).

Install all the gem dependencies by running:

> bundle install

Modify the init.rb file to point to your Temporal cluster.

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, ...]