Alejandro Esquivel
Alejandro Esquivel
From discussion: https://github.com/AgnostiqHQ/covalent/discussions/710 In the case of the fargate executor, I followed these steps: ### AWS Configuration setup Configured aws credentials by copying the secret_access_key, access_key_id, and session_token generated for...
- [ ] I have added the tests to cover my changes. - [x] I have updated the documentation and CHANGELOG accordingly. - [x] I have read the CONTRIBUTING document.
## Acceptance Criteria - [ ] Allow cancellation of tasks mediated by Local / Dask Executor - [ ] Expose endpoint to accept a dispatch id to cancel - [...
## Acceptance Criteria - [ ] Move the logic of workflow deletion logic covalent_ui/api/v1/data_layer/summary_dal.py:delete_dispatches to a delete_workfow function located in covalent dispatcher - [ ] The workflow deletion logic should...
## Overview - Implement logic for local execution (Dask & Local Executor) in `cancel_workflow` from `execution.py` (or elsewhere if more appropriate) - Create a new route POST `/api/result/:dispatch_id/cancel` to invoke...
## Overview - Move the logic of workflow deletion logic `covalent_ui/api/v1/data_layer/summary_dal.py:delete_dispatches` to a `delete_workfow` function located in covalent dispatcher - The workflow deletion logic should be reviewed to ensure it...
## Acceptance Criteria - [ ] Update UI to call workflow deletion endpoint `/api/result/:dispatch_id`