A developer wants to use the default Robotic Enterprise (RE) Framework without using Orchestrator. What is the minimum requirement to ensure that the project does not access Orchestrator queues?
A.
Remove the Get Transaction Data state from the Main state machine Remove the OrchestratorQueueName setting from Config.xlsx
B.
Remove the Get Transaction Data state from the Main state machine Remove the Get Transaction Item activity from the project
C.
Remove the Get Transaction Item activity from the project Remove the three SetTransactionStatus activities from the SetTransactionStatus workflow
D.
Remove the OrchestratorQueueName setting from Config.xlsx Remove the three SetTransactionStatus activities from the SetTransactionStatus workflow
C seems to be correct. The ReFramework without Queues checklist PDF in the academy training states: Delete the Get transaction item activity (of type UiPath.Core.Activities.GetQueueItem); also, it says in the annotation on the Get transaction activity: "If queues are not used in this process, replace this activity with the appropriated logic to retrieve transaction items."
Locate the Invoke SetTransactionStatus (Success) activity and open the Arguments
list; locate the entry for the in_TransactionItem argument and change the value (not
the data type!) from TransactionItem to Nothing;
Locate the Invoke SetTransactionStatus (BRE) activity and do the same change as
the previous one;
Locate the Invoke SetTransactionStatus (SE) activity and do the same change as
the previous one.
Actually, C seems to be correct. The ReFramework without Queues checklist PDF in the academy training states: Delete the Get transaction item activity (of type UiPath.Core.Activities.GetQueueItem); also, it says in the annotation on the Get transaction activity: "If queues are not used in this process, replace this activity with the appropriated logic to retrieve transaction items."
A, B - remove get transaction data state - not required. disable getTransactiondata.xaml sequence
C - Activity not present in the main file..
Option D seems to be correct
C- n
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
_BP_
1 year, 3 months ago_BP_
1 year, 3 months ago_BP_
1 year, 3 months agoMirjalol
1 year, 4 months agoEngineer24
1 year, 4 months agoTharaka
1 year, 5 months agoRiga
1 year, 6 months agoEngineer24
1 year, 7 months ago