REFramework design question

Hi,
I am using REFramework. It is not a transactional processing. My process just does the job. Is it necessary to keep “Set Transactional Status” section? I have commented it out. Does that work?

Thank you,

Hi @A_Learner

Are you using any Queue?

If yes, even you are using the single transaction item then you need to enable the set transaction status.

If you are not using the Queues in your code then the set transaction status is not required.

Regards

2 Likes

Hi @A_Learner

That is not necessary, however within the set transaction status sequence there is a validation checking if the transaction item is type of queue item or nothing, if not then it will ignore all the activities, so basically you can send a nothing value to avoid the sequences inside the same.

Regards

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.