"Start job" activity doesn't consume the queue which is configured to the process

Trying to start a job from studio, where input arguments are same as of working process ( UiPath assistant and Orchestrator)

Studio folder selected is pointed to the correct folder,
After executing there is new job created in Orchestrator, but doesn’t pick the items from the queue .

@HariRam

Welcome to the community

Can you tell what are the logs you are seeing

Also are you using REF? If so is there wueue mentioned in config

Cheers

@Anil_G Thanks!,
In logs of the job shows as there are no items to process.

It is not a REF, it is simple sequence which calls process(using start job activity) that is existing in the one of the orchestrator folder

@HariRam

Then try to add log message and print the queue name etc..add more logs to understand where exactly it is failing

cheers

Hi @HariRam

And the process that you are calling, is that a ref process? In that process, first you add queue items and then process those?

Or you just picks whatever is there in queue and process it?

Please check the folder name, queue name, get transaction activity in the process that you are calling. Which queue name and folder name it is pointing to?

Can you share a screenshot of the activity you have to get the queue items and the properties pane for it, then show the associated queue in the Orchestrator with the new queue item waiting to be processed?