Discover pipelines and their tasks
Last updated
Was this helpful?
Last updated
Was this helpful?
Before extending a pipeline, you need to know which one to extend. To make it easier to discover our pipelines, an endpoint is available from the backoffice with the URL http(s)://{yourdomain}/ucommerce/api/v1.0/pipelines
Calling the endpoint will return JSON containing all pipelines that are registered in the service collection of your app with input and output types, namespace, tasks (in order of execution), and the interface each task implements. The result will be grouped by entity and look like this:
The endpoint will also reflect your own changes to the app, and will help you know if your custom tasks have been registered correctly, as your pipeline tasks will be shown in the appropriate list after registration.
Using to call the endpoint makes it easy to collapse irrelevant parts of the response or search for the things you need.