Is it possible to create 2 state machines that ref...
# help
g
Is it possible to create 2 state machines that reference each other via the startexecution task?
t
Hm not sure because it seems like the definition cannot be lazily set after sfn is created
can you use 3 sfns instead to remove the circular dep?
g
Yeah I definitely can was just curious if it was possible without, but yeah doesnt seem like it is so will go with 3 sfns route
b
Can use two state machines but need to use literal strings as references to each other - we’ve got a service that does this.