temporalio / samples-php

Temporal PHP SDK samples
Other
88 stars 40 forks source link

Expose Updates sample #49

Closed roxblnfk closed 6 months ago

roxblnfk commented 6 months ago

What was changed

Fixed dynamic config loading, experimental Updates-related options were set to true.

Added Workflow Update example where a dice game is implemented. All actions with dices are performed through Workflow Update methods with validation.

Related with https://github.com/temporalio/sdk-php/issues/323