cancel
Showing results for 
Search instead for 
Did you mean: 

Process Chains and error catching

Former Member
0 Kudos

Hi,

I have a process chain that reads a file from the server. but some times, the file is not there, and the chains go RED.

The file not been there is not an error, just a normal situation that needs to be considered and manged by the process chain.

How can I make the process chain to finish GREEN even if the file is not found?

thanks for your ideas.

regards,

Mauricio

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

It's not posible, the infopackage finish red because try to read a file that not exist, ad then the process chain too.

One option is create a program that read the directory to know if the file exist, and when the file exist throw an event. This program can be included in other process chain.

The process chain that now finish red should star when recive the event of the program.

Regards,

Dani

Answers (0)