Currently it's only possible tying entities to an action run by manually sending an API request to the entities with the
run_id
- https://docs.port.io/actions-and-automations/reflect-action-progress/#tying-entities-to-an-action-run
I'm thinking this should be automated when invoking a self service actions - User clicks on an action --> port system gets the entities affected and encodes them with an action runner run_id - instead of the back and forth in our backend of retrieving both the entities and the action run ourselves and patching them.