RE-Framework error : Could not retrieve transaction item

Hi All,

I’m trying to run automation via Orchestrator queues. But when I publish and add process, instead of queue name, it is retrieving variable as shown below

So, I’ve run the workflow manually from Studio. But facing below mentioned error.

Orchestrator Queue Name:
image

Please correct me where I’m doing wrong.

Thanks in Advance :slight_smile:

Hey,

Are you sure it’s running on the correct folder in Studio? Check bottom right just above the task bar and ensure the queue exists in the folder you’re trying to execute the job from:

image

When deploying the process, it quite often throws this error due to the fact it can’t look into the config file. It’s a bit of a red herring. You should be able to ignore this and continue to deploy.

@Vaishnav_Tej
Check in config file if there is any space before queue name value and delete the space and check the orchestrator folder which you connected with studio has the mentioned queue

@Vaishnav_Tej

  1. In config od RE generally the queue name is OrchestratorQueueNanme…but you gave in_OrchestratorQueueName…may be that is the reason its not able to identify
  2. While running from
    Orchestrator please check on the bottom of your screen if the correct folder is connected if not then connect to the required folder and run it or give permissions to that folder and pass the orchestratorfoldername value as well

Cheers