In the context of a linear process, implemented with REFramework, how many times will the process enter the Get Transaction Data state?
In the context of a linear process, implemented with REFramework, how many times will the process enter the Get Transaction Data state?
In the context of a linear process implemented with REFramework, the process will enter the Get Transaction Data state repeatedly until there are no more queue items left unprocessed in Orchestrator. This is because the Get Transaction Data state is responsible for fetching new transactions to process, and it will continue doing so until all available transactions are handled.
B makes the most sense given the context of ReFramework and Linear processes. The Get Transaction Item state is ALWAYS going to execute at least once. There are 3 conditions or triggers associated with each state: Success, SystemException and BusinessRuleException. In the best case-scenario, it will be successful and return back to the get transaction item state, because it is a linear process, the state will transition to the final state to end the process. Since with linear process, only one set of data can be worked on at a time.
B it needs enter second times and get Nothing to End Process
B is the correct on
B is the correct one