Hi,
Difference between Linear process and Transactional process
Thanks
jayakumar S
Hi,
Difference between Linear process and Transactional process
Thanks
jayakumar S
Thanks, i would like to know this actually.
Difference between Iterative process and Transactional process???
Hi @JayakumarSanthanam
There are three different types of processing.
All three differ on how data is fetched and processing is done.
Linear: Data is fetched once and processing is done once.
Iterative: Data is fetched in bulk and processing is done iteratively.
Transactional: Here data fetching and processing are independent from one another as they are split into different states. In iterative if a single data point results in a failure, whole workflow can fail but in transactional as transactions are independent of one another a single data point never results in breaking down of complete workflow.
hello sir.can you make a video in english ?