Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add POST endpoint for task execution
The changes introduce a new POST endpoint at '/execute'. This endpoint is designed for triggering and managing execution of tasks - now, it is possible to send parameters and a list of tasks to be executed in sequence via the body of the POST request.
- Loading branch information