Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Example flow of tasks within a pipeline.

Drawio
baseUrlhttps://ceptor.atlassian.net/wiki
diagramNameExample pipeline flow.drawio
tempPreviewExample pipeline flow.png
width500
zoom1
pageId9732118
custContentId1030455297
lbox1
contentVer1
height500
revision1

In this example, we have a pipeline with a number of tasks, first we call a service, then update the value of a request attribute with the content of the HTTP response headers, after this, we transfer from JSON to XML, and then in case of failure we send a failure response, otherwise we update the JSON content by running a script (here, we add the XML as an attribute in the response) which we then send in the final task.

...