(self, user, execution_id)
| 485 | @check_authorization |
| 486 | @inject_user |
| 487 | def post(self, user, execution_id): |
| 488 | self.application.execution_service.cleanup_execution(execution_id, user) |
| 489 | |
| 490 | |
| 491 | class GetExecutionStatus(BaseRequestHandler): |
nothing calls this directly
no test coverage detected