<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://izara.io/wiki/index.php?action=history&amp;feed=atom&amp;title=Error_Handling_Multi_Thread_Processing</id>
	<title>Error Handling Multi Thread Processing - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://izara.io/wiki/index.php?action=history&amp;feed=atom&amp;title=Error_Handling_Multi_Thread_Processing"/>
	<link rel="alternate" type="text/html" href="https://izara.io/wiki/index.php?title=Error_Handling_Multi_Thread_Processing&amp;action=history"/>
	<updated>2026-05-04T18:50:18Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>https://izara.io/wiki/index.php?title=Error_Handling_Multi_Thread_Processing&amp;diff=2640&amp;oldid=prev</id>
		<title>Sven the Barbarian: Created page with &quot;= Main record and Record per Thread =  * each thread record saves it's status and errorsFound * if any thread has error update a boolean in the main record * must update boolean before processing main record complete * after AwaitingMultipleSteps complete check boolean, if true, main record add errorsFound and status error  * eg: ComplexFilter/SearchResult/SortResult/ImportData  = Main record and no Record per Thread =  * if fixed number of threads could save error from...&quot;</title>
		<link rel="alternate" type="text/html" href="https://izara.io/wiki/index.php?title=Error_Handling_Multi_Thread_Processing&amp;diff=2640&amp;oldid=prev"/>
		<updated>2024-05-11T06:43:35Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;= Main record and Record per Thread =  * each thread record saves it&amp;#039;s status and errorsFound * if any thread has error update a boolean in the main record * must update boolean before processing main record complete * after AwaitingMultipleSteps complete check boolean, if true, main record add errorsFound and status error  * eg: ComplexFilter/SearchResult/SortResult/ImportData  = Main record and no Record per Thread =  * if fixed number of threads could save error from...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Main record and Record per Thread =&lt;br /&gt;
&lt;br /&gt;
* each thread record saves it's status and errorsFound&lt;br /&gt;
* if any thread has error update a boolean in the main record&lt;br /&gt;
* must update boolean before processing main record complete&lt;br /&gt;
* after AwaitingMultipleSteps complete check boolean, if true, main record add errorsFound and status error&lt;br /&gt;
&lt;br /&gt;
* eg: ComplexFilter/SearchResult/SortResult/ImportData&lt;br /&gt;
&lt;br /&gt;
= Main record and no Record per Thread =&lt;br /&gt;
&lt;br /&gt;
* if fixed number of threads could save error from each thread into main record errorsFound&lt;br /&gt;
* otherwise, if any thread has error update a boolean in the main record&lt;br /&gt;
* must update errorsFound/boolean before processing main record complete&lt;br /&gt;
* after AwaitingMultipleSteps complete check errorsFound/boolean, if true, main record add errorsFound and status error&lt;br /&gt;
&lt;br /&gt;
* eg: Image upload checking multiple Account Limits&lt;/div&gt;</summary>
		<author><name>Sven the Barbarian</name></author>
	</entry>
</feed>