In the context of a linear process, implemented with REFramework, how many times will the process enter the Get Transaction Data state?
Twice (assuming you have a queue item), but why apply a transactional model to a linear process?
If you modified it as per REFramework documentation, it will go to Get Transaction Data twice.
- First time when TransactionNumber is 1, it would be returning non null transaction item.
- Second time TransactionNumber is 2. This time transaction item would be returned as nothing and your process will transition to End State with No Data.
Thanks,
Ashok ![]()
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.