Flow Output

To define the output from a dataflow, use a "sink" stage. A sink is the last stage in a dataflow. It defines what to do with the output from the dataflow. A sink can also perform other actions at the end or a dataflow, such as executing a program.

Output from a Job

Output from a job can be written to a file or a database. Spectrumâ„¢ Technology Platform has the ability to write data to many file formats and database types. The types of sinks you can write to depend on which modules you have licensed. See the solution guide for your modules available at support.pb.com/spectrum.

Output from a Service

Output data from a service is defined in an Output stage. This stage defines the fields that the service will return in response to a web service request or an API call.