clamp-orchestrator / clamp-core

A microservices flow orchestrator and workflow manager.
https://clamp-orchestrator.github.io/clamp-orchestrator/
MIT License
9 stars 4 forks source link

Fetch workflows (GET api) #57

Closed kartikay101 closed 4 years ago

kartikay101 commented 4 years ago

Updates :

Fixes #18

New Changes:

Updated query is : GET {{host}}/workflows?pageNumber=0&pageSize=40&sortBy=name:desc,id:asc

kartikay101 commented 4 years ago

Latest Changes:

Updated from primitives to Complex types for sortBy fields Changed sortBy fields delimiter from semicolon to comma

kartikay101 commented 4 years ago

Applied the patch. I think it is good to go