Difference between Linear process and Transactional process

Hi,
Difference between Linear process and Transactional process

Thanks
jayakumar S

Hi @JayakumarSanthanam ,

Please check

Best regards,
Marius

Thanks, i would like to know this actually.

Difference between Iterative process and Transactional process???

Hi @JayakumarSanthanam
There are three different types of processing.

  1. Linear
  2. Iterative
  3. Transactional

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.

7 Likes

I have explained this in #Tamil language if anyone is interested

1 Like

hello sir.can you make a video in english ?