Skip to content

Samples showing how to use the official Temporal Ruby SDK

License

Notifications You must be signed in to change notification settings

temporalio/samples-ruby

Repository files navigation

Temporal Ruby SDK Samples

This is the set of Ruby samples for the Ruby SDK.

⚠️ UNDER ACTIVE DEVELOPMENT

The Ruby SDK is under active development and has not released a stable version yet. APIs may change in incompatible ways until the SDK is marked stable.

Usage

Prerequisites:

Samples

  • activity_simple - Simple workflow that calls two activities.
  • activity_worker - Use Ruby activities from a workflow in another language.
  • context_propagation - Use interceptors to propagate thread/fiber local data from clients through workflows/activities.
  • message_passing_simple - Simple workflow that accepts signals, queries, and updates.
  • sorbet_generic - Proof of concept of how to do advanced Sorbet typing with the SDK.

Development

To check format and test this repository, run:

bundle exec rake

About

Samples showing how to use the official Temporal Ruby SDK

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published