Versions Compared

Key

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

...

Pipeline

Structure asynchronous tasks in a pipeline using fluid.promise.fireTransformEvent

How It Works

A pipeline organizes an activity into multiple ordered stages, with the output of one stage being fed as the input to the next stage.

The fluid.promise.fireTransformEvent function may be used to build pipelines in Infusion.

When to Use It

See also: fluid.promise.sequence

...