As a Chowda admin
when a batch is running
I can abort it
in order to recover from problems
and save time and resources.
### Tasks
- [x] Pass `batch.id` to event and save as metaflow Parameter
- [x] In pipeline, update Chowda db with `run.id`
- [ ] Give Chowda permissions to stop argo run
- [ ] Create action for Batch Abort
Done when
As a Chowda admin when a batch is running I can abort it in order to recover from problems and save time and resources.