Assignment no. 1 Level 3

Hola a Todos,

Tengo una duda, creo que me perdi algo en el paso a paso del UiDemo.

Hice todos los pasos y me fije en el orquestrador y esta la cola con los datos. Y al correr todo el proceso desde el main lo hace bien se logea y comienza a ingresar datos hasta que para inesperadamente, pero creo que esto ultimo es porque el Orquestador esta con dramas.

Mi consulta va a que entiendo que debo tener 2 workflows, dispatcher y performer. pero ahi en el performer me perdi, me pregunto si el performer sera lo mismo del workflow que llaman process?

quedo atenta a sus comentarios,

saludos,

Hi,
For performer,
Use get transaction items from orchestrator.

Regards,
Pavan H

No estoy segura que hayas respondido mi pregunta.

Estoy siguiendo estos pasos

https://academy.uipath.com/UiDemo_Walkthrough_v1.1.pdf

Hi,

In performer, use a get transaction item activity which will get the queue item from orchestrator, and then perform your required steps, again loop back to get transaction to get the next queue item.

Spanish:

Hola,

En intérprete, use una actividad para obtener el elemento de transacción que obtendrá el elemento de la cola del orquestador y luego realice los pasos necesarios, una vez más retroceda para obtener la transacción y obtener el siguiente elemento de la cola
(Please if there is any mistake in language means please contact google translator.)

Let me know if this helps.

Regards,
Pavan H

sorry but I don’t get it … my question is: why I should do that if already I am getting the transactions from the workflow GetTransactionData.

Hi,
If you are getting the data from queue, then there might be some issue with passing to the required workflow
Please attach your performer screenshot. So, we can check what might be missing in the flow

Regards,
Pavan H

the thing is that I got lost with the performer I don’t get it why it is necessary the performer or I should I get the data from the performer ? and that case … where I should create that performer? and where I should invoke it?

Probably I am missing some step … let’s see … first I am logging ok in UiDemo, then I have a workflow who read a excel and the data is stored in a queue in Orchestrator. Then for each item in the queue I got the information and that information is entered into UiDemo. All that without using the performer.

Hi,
Dispatcher is to add items to orchestrator
performer is to get the queue items from orchestrator and perform the required steps.

Regards,
Pavan H

Creo que no me he explicado bien: tengo un workflow que se llama Dispatcher – UploadQueue que corresponde al Dispatcher. Y el workflow que obtiene los queue items es el GetTransactionData segun lo que puedo ver al seguir el flujo. Leo el paso a paso y no me aparece explicitamente donde ni como crearlo.

Solo sale esto …

All right! The Dispatcher process has been built. Now let’s move on to the Performer!
• The input for the Performer is an Orchestrator queue, which means there are very small
changes we need to make in the Framework. We start with the Config file and match the
QueueName to the one we used earlier. We need one more setting – a credential name …


So now I will try to explain in english … I follow the step by step and I dont get it how and where I should create the performer … The Dispatcher is clear I think because the workflow name is similar …at least start as dispatcher …but the other one not.

I mean … in the beginning of the walkthrough says

But I assume that the workflow Dispatcher is the same that then we named Dispatcher – UploadQueue right?

So … What About the Performer ? I understand the idea …just that I followed step by step and the reviewing again to understand … I am doing the match of information and is not clear …

Hi,
The dispatcher is to load the items to queue of orchestrator.
The performer is a separate workflow that will fetch each queue item loaded by dispatcher at once, to perform the next steps as per the documents for each of the queue item.

Let us know if this helps,
Regards,
Pavan H

:frowning: I got that …but I wanna see where In the walktrough says that? where says that is another workflow?

I now that I am reading again … says that …

So that means that is everything in just one?

Hi,
Yes it is up to you if you want it has dispatcher and performer separate you can do, Or if you want both in a single workflow you can do that as well.
Using dispatcher and performer will help us understand more clearly is what I feel.

Let us know if this solve your question.

Regards,
Pavan H

ok, just wanna be sure that I was understanding step by step …not really sure if I got it but …thank you for your time. :slight_smile:

1 Like

Let us know if any Queries

Regards,
Pavan H

1 Like