Skip to content

EdneyMesquita/backend-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backend Test

[POST] /workflow

Inserts a new workflow in database

Body

{
	"name": "Testing",
	"status": "inserted",
	"data": {
		"simple": "data"
	},
	"steps": [
		{
			"name": "Testing Step 1"
		},
		{
			"name": "Testing Step 2"
		}
	]
}

[GET] /workflow

Lists all workflows in database

[PATCH] /workflow/{uuid}

Updates the workflows's status

Body

{
	"status": "consumed"
}

[GET] /workflow/consume

Consumes a workflow from queue and generate a CSV file

About

Neveo Backend-Test Repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages