How to Remotely Abort or Stop a Workflow in Effect Typescript
Question, let's say I have a Workflow or just an Entity running and I want to remotely "abort" or "stop" it from outside, let's say from an API endpoint. What's the best strategy for this?
