Devessier / temporal-electronic-signature

Electronic signature demonstration built with Temporal and XState
GNU General Public License v3.0
97 stars 16 forks source link

Drop custom timer and upgrade dependencies #10

Closed Devessier closed 1 year ago

Devessier commented 1 year ago

From a conversation on Temporal's Slack, it seemed that using a custom clock implementation was not necessary to make timers work between XState and Temporal, so I dropped it, and it works great!

I also upgraded Temporal and XState to the latest versions. The machine powering the workflow is now using Typegen, proving a better TypeScript experience with XState.