Avoid shutting down an entire data flow network when one block is faulted
问题 I am using DataFlowEx and am wondering how I can avoid shutting down an entire DataFlow if an exception is thrown. I have a system where tasks will come in at random times, and I want the network to log failures, abandon that particular task and continue with execution of the others. In reading the documentation on both TPL and DataFlowEx, specifically things like It [a faulted block] should decline any further incoming messages. Here DataflowEx takes a fast-fail approach on exception