Hi Kevin,
I am at similar point where I wish to know the states of each actor created in a ActorSytem, which shall be monitored by a master Actor and know if the actor has successfully completed, or failed to complete the task assigned. Also, master can preempt or abort the tasks in between. If possible, all this can be a state machine running on the Actor system.
Can you please confirm if any such implementation can be done using Thespian? If so, can you please guide how to monitor the states in real-time?
P.S. I'm new to Thespian and actors concept. As of now, I have made a synchronous ActorSystem which acts as different states and able to send success or fail status to the parent actor.
Thanks.
Srinivas Aditya