Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Minor edits (changing lc to TC)

...

Excerpt
  • In Designer, clicking the Run Pipeline button starts a pipeline's execution.
  • In Manager, select pipelines Pipelines to run on the Pipeline tab of a project and click the Execute selected pipelines button

As the pipeline Pipeline executes, a Snap's color in Designer is updated to reflect its state. 

Pipeline colorPipeline state
light Light gray    idle Idle
yellowYellow prepared Prepared
greenGreen succeeded Succeeded
redRed failed Failed

Pipelines can be configured to be run as scheduled, triggered, or always on. See Tasks for more information.

Using Parameters in a Pipeline

Parameters can be defined for use in a pipeline on the Edit Pipeline properties dialog.

To use the parameter within the pipeline, open the infobox for a Snap that handles expressions and enter _<paramkey> (underscore + parameter Key) as the Expression value.

...