Devessier / temporal-electronic-signature

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

Is it possible to have dynamic xstate workflows? #6

Open viperfx opened 2 years ago

viperfx commented 2 years ago

Hi there,

I was curious if it would be possible to have dynamic xstate workflows loaded from the database? and use them to execute with temporal?

Devessier commented 2 years ago

Hi @viperfx! I am sorry, I did not notice you created an issue ealier.

I think this is totally feasible. Provided that between two workflow executions you interpret the same state machine definition, I think it should be totally okay. In the meantime, have you worked on that direction?