Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
minLevel1
maxLevel6
outlinefalse
styledisc
typelist
printabletrue

https://seko.atlassian.net/wiki/spaces/SMAN/pages/2969698331/iHub+Generic+Services+User+Site#Part-I---Pipeline-Details

HTTP Trigger

An HTTP trigger is a mechanism that starts a pipeline when an HTTP request is received.

...

Setting up a pipeline trigger within another pipeline allows you to automate workflows by chaining pipelines together. The new pipeline will start after the completion of the pipeline trigger depending on the status set.

...

Filter Task

A Filter Task is used to filter a collection of items based on specified criteria. This is useful when you need to process only a subset of data that meets certain conditions.

filter task.pngImage Added

Loop Task

A Loop Task allows you to repeat a set of actions for each item in a collection. This is useful for scenarios where you need to perform the same operation on multiple items.

...

Fork Task

A Fork Task is used to split the execution flow into multiple parallel branches. This is useful when you need to perform different tasks simultaneously.

...

Task Group

https://seko.atlassian.net/wiki/spaces/SMAN/pages/edit-v2/2969698331#Create-Task-Group

Task Group.gifImage Added