Please enable JavaScript.
Coggle requires JavaScript to display documents.
Batch Processing, References - Coggle Diagram
Batch Processing
-
Scopes
For Each Parllel
-
-
-
In Case of Error in any route - Processing continues in all of the other routes until all finish processing. After that, all results (and any errors) are aggregated and then processed by the Error Handler
-
Batch Processing
-
Variable Scope
Isolated from Each Record but once created for a record it is available for all Steps for that record only
-