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.
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?