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 #56

Closed kartikay101 closed 4 years ago

kartikay101 commented 4 years ago

Handle get workflow requests with proper pagination Added sort by id, name and createdAt, these can be passed as queryParam (as filters) Example: { "id": "asc", "created": "desc", "name": "desc" } Filters can be applied in any order, depending on how they are received