Document Properties
Kbid
2473H2
Last Modified
04-Feb-2020
Added to KB
20-Jun-2013
Public Access
Everyone
Status
Online
Doc Type
References
Product
  • ICM 7.10
  • ICM 11
ISML Tag - ISPIPELINE

Name

ISPIPELINE

Short Description

calls a pipeline

Table of Contents

Product Version

6.5

Product To Version

 

StatusNew Labels

Introduction

<ISPIPELINE> can be used to call a pipeline from an ISML template. The resulting pipeline dictionary of the executed pipeline is stored in the current pipeline dictionary, using a key provided by the attribute alias .

Syntax

<ispipeline
  pipeline = "( {String} | {ISML expression} )"
  [ params = "{ISML expression}" ]
  alias = "( {String} | {ISML expression} )"
>

Example

In this example, <ISPIPELINE> executes the start node LoginCheck of pipeline MyTestPipeline. Two parameters (param1, param2) are submitted to the pipeline via a Map object. The pipeline dictionary that results from executing MyTestPipeline-LoginCheck is stored in the current pipeline dictionary under the resultDict key.

<ISCreateMap mapname="ParameterName" key0="param1" value0="foo" key1="param2" value1="bar">
<ispipeline pipeline="MyTestPipeline-LoginCheck" params="#ParameterName#" alias="resultDict" />

Attributes

pipeline

This attribute is required.
pipeline = String | ISML expression
This attribute specifies the name of the pipeline to be called. Allowed are text values and ISML expressions. If no start node is specified, the default start node name Start is taken.

alias

This attribute is required.
alias = String | ISML expression
This attribute specifies the key under which the pipeline dictionary resulting from the execution of the called pipeline is stored in the current pipeline dictionary.

params

This attribute is optional.
params = ISML Expression
The attribute specifies the pipeline parameters. Allowed are ISML expressions only. The parameters can either be a java.util.Map object implementation which is stored in the pipeline dictionary and contains all the parameter key-value pairs, or a parameter set which is defined manually using the paramMap(), paramEntry()and parameter()functions.

Reference - ISML Tags

Disclaimer
The information provided in the Knowledge Base may not be applicable to all systems and situations. Intershop Communications will not be liable to any party for any direct or indirect damages resulting from the use of the Customer Support section of the Intershop Corporate Web site, including, without limitation, any lost profits, business interruption, loss of programs or other data on your information handling system.
The Intershop Knowledge Portal uses only technically necessary cookies. We do not track visitors or have visitors tracked by 3rd parties. Please find further information on privacy in the Intershop Privacy Policy and Legal Notice.
Home
Knowledge Base
Product Releases
Log on to continue
This Knowledge Base document is reserved for registered customers.
Log on with your Intershop Entra ID to continue.
Write an email to supportadmin@intershop.de if you experience login issues,
or if you want to register as customer.