|
Home > Archive > Commerce Server General > April 2004 > Stages in a Pipeline
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Stages in a Pipeline
|
|
|
| If oyu have multiple stages in the pipeline can you get the certain stages
not to execute dynamically, so the accept stage would not run if there was a
problem higher up, without setting the error flag ?
| |
| Vinod Kumar[MSFT] 2004-04-16, 3:48 am |
| No. component execution can be stopped by setting the error flag only.
--------------------
From: "Paul" <paul.ashford_nospam_@vectra-it.co.uk>
Subject: Stages in a Pipeline
Date: Wed, 14 Apr 2004 10:20:05 +0100
Lines: 5
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
Message-ID: <uxNZiGgIEHA.700@TK2MSFTNGP09.phx.gbl>
Newsgroups: microsoft.public.commerceserver.general,microsoft.public.commerceserver.sdk
NNTP-Posting-Host: host81-130-209-154.in-addr.btopenworld.com 81.130.209.154
Path: cpmsftngxa06.phx.gbl!cpmsftngxa10.phx.gbl!TK2MSFTFEED01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP09.phx.gbl
Xref: cpmsftngxa06.phx.gbl microsoft.public.commerceserver.sdk:2841 microsoft.public.commerceserver.general:13600
X-Tomcat-NG: microsoft.public.commerceserver.general
If oyu have multiple stages in the pipeline can you get the certain stages
not to execute dynamically, so the accept stage would not run if there was a
problem higher up, without setting the error flag ?
<EMAILSUBJECT>Newsgroup Message Response to IssueID: <ISSUEID></EMAILSUBJECT>
Hi <NAME>,
I wanted to inform you that I have replied to your thread in <NEWSGROUP> titled: <NEWSGROUPSUBJECT> with IssueID: <ISSUEID>.
<a href="http://wwww.microsoft.com>
Please reply directly to the thread with any updates. You may receive this email notification before you are able to view my reply in the newsgroup.
If you are unable to view the reply to your thread, please send me an email with a description of the problem and what newsreader you are using.
Regards,
| |
| Caesar Samsi[MSFT] 2004-04-18, 10:52 am |
| Hi Paul,
Not with the standard components that are shipped with Commerce Server. The
error flag terminates execution immediately.
If you write your own components, you can easily do this by defining your
own key in the dictionary that you use to flag custom errors and have your
custom components react to that custom error flag.
Thanks, Caesar.
--
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm"
"Paul" <paul.ashford_nospam_@vectra-it.co.uk> wrote in message
news:uxNZiGgIEHA.700@TK2MSFTNGP09.phx.gbl...
> If oyu have multiple stages in the pipeline can you get the certain stages
> not to execute dynamically, so the accept stage would not run if there was
a
> problem higher up, without setting the error flag ?
>
>
|
|
|
|
|