Perhaps a use case?
To say it's like another service requires me to know the alternative and now your completion is known as well.
I'm also curious how the service handles multiple requests to the same state.
> I'm also curious how the service handles multiple requests to the same state.
That's the key part of ActorCore – state is persisted across requests. It's like a Lambda function that can (a) run forever and (b) persist state.