Latifa
(Latifa)
August 30, 2023, 11:49am
1
Hi guys,
Please help me identify the correct answer with explanations as the question is really confusing me.
A developer automated a process in the Robotic Enterprise (RE) Framework using Orchestrator queues. In which state(s) is the status updated for each Transaction Item from the queue?
A. Initialization and Process Transaction
B. Get Transaction Data and Process Transaction
C. Process Transaction only
D. Initialization and Get Transaction Data
1 Like
@Latifa
option C is the right
item will be change in process state it will become success or failed
cheers
1 Like
mkankatala
(Mahesh Kankatala)
August 30, 2023, 11:55am
3
Hi @Latifa
Option C is the correct only.
In process Transaction only the status is update for every transaction Item.
You can check the below Set transaction sequence, which update the status of transaction Item.
This set transaction status xaml is in process transaction state.
Hope it helps!!
1 Like
lrtetala
(Lakshman Reddy)
August 30, 2023, 11:56am
4
Hi @Latifa
Option B Get Transaction Data and Process Transaction
1 Like
Latifa
(Latifa)
August 30, 2023, 3:00pm
5
Hi @Latifa
its Option B process & GET transaction
as you cant update the status at initialization because its place where config initialization and login happens
get transaction - retrieves the transaction item , making the queue item as inprogress
so the main core lies in Process transaction where set Transaction status takes place post all operations
1 Like
postwick
(Paul Ostwick)
August 30, 2023, 3:06pm
7
The answer is B. Get Transaction sets the queue item status to In Progress. Then Process Transaction sets it to either succeeded or failed.
1 Like
Anil_G
(Anil Gorthi)
August 30, 2023, 3:48pm
8
@Latifa
The answer would be B
in Get transaction item it will be updated to inprogress
and in process either failed or to success
cheers
1 Like
system
(system)
Closed
September 2, 2023, 3:49pm
9
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.