Hi, What is the best way to evaluate an result of a pipeline and act upon it.
My scenario: I use an REST service to request data from an online source and store it into my database. If this pipeline deliverst no data or an error msg, I would like to invoke another pipline to request the data from another source. As this is a repeated task, I would use a cron job to start the pipline. Can I do this with flow script, if yes, how do I evalute the result of the pipline and act on it? /christoph --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
