How can we upload Processes (.xaml files) to a Queue?

Hello guys,

Had a small doubt regarding the queues in Orchestrator. Is there a way we can upload processes (.xaml files) as Queue Items? Because I cannot see any other option rather than CSV files while uploading items to the queue.

Thanks in advance,
Charan.

@Charan_Kalyankar,

No we can’t upload or add files directly to the queue items but we can serialize and pass it to the Queue item and while consuming that queue item, we will have to deserialize it.

If I may ask, what’s the use case here where you want to pass the xaml to the queue?

@Charan_Kalyankar

Why not save the csv in sp or shared drive and have the location in queue item?

Queues support only basic datatypes not complex

If csv data is small you can read it as atrinng and add then convert it to datatable again

Cheers

Hi @Charan_Kalyankar What’s the purpose of uploading .xaml data?
Please, refer to some limit updates from UiPath related queue properties (Article updated in Oct 23).
Orchestrator - Rate limits and large data field usage optimization