temporalio / sdk-ruby

Temporal Ruby SDK
MIT License
74 stars 7 forks source link

[Feature] Workflow Worker #114

Closed antstorm closed 1 year ago

antstorm commented 1 year ago

What was changed

This PR introduces the Workflow defining and processing ability to the SDK. This does not yet support all types of interactions, only focusing on timers, async framework for concurrency within workflows as well as the interceptors (pending).

Checklist

  1. Closes #113

  2. How was this tested: Integration and Unit tests added

  3. Any docs updates needed? Will be updated separately