Launcher¶
flowtask.services.tasks.launcher
¶
TaskService.
Work with managing tasks, creation, deleting, listing, etc.
TaskLauncher
¶
Bases: BaseView
post
async
¶
POST Method. description: Executing a Task tags: - tasks - DataIntegration consumes: - application/json produces: - application/json responses: "200": description: Existing Task was updated or executed. "201": description: New Task was inserted "202": description: Task was accepted to run "400": description: Task Failed to execute "403": description: Forbidden Call "404": description: No Data was found "406": description: Query Error "409": description: Conflict, a constraint was violated