Skip to content

Create task HTTP endpoint

Lyuben Penkovski requested to merge 5-create-task-endpoint into main

Overview

When a task needs to be created/started, the service retrieves a task template from the MongoDB storage, populates some of the task fields and inserts it in another collection that will be used as queue for task execution.

First commit contains MongoDB dependencies only. Second commit is Goa DSL. Third commit is implementation.

Closes #5 (closed)

@yordan.kinkov @valerii.kalashnikov

Edited by Lyuben Penkovski

Merge request reports