Join Slack
Powered by
Is it possible to create 2 state machines that ref...
# help
g
Garret Harp
10/11/2021, 4:51 PM
Is it possible to create 2 state machines that reference each other via the startexecution task?
t
thdxr
10/11/2021, 5:00 PM
Hm not sure because it seems like the definition cannot be lazily set after sfn is created
thdxr
10/11/2021, 5:01 PM
can you use 3 sfns instead to remove the circular dep?
g
Garret Harp
10/11/2021, 5:03 PM
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
Brinsley
10/12/2021, 10:39 AM
Can use two state machines but need to use literal strings as references to each other - we’ve got a service that does this.
Open in Slack
Previous
Next