How to find a topic for Job Queue that relate to a workflow model on AEMCaaS | Community
Skip to main content
New Participant
September 24, 2025
Question

How to find a topic for Job Queue that relate to a workflow model on AEMCaaS

  • September 24, 2025
  • 2 replies
  • 856 views

Hi There,

 

We have created a Custom Job Queue Configuration for a workflow model to control parallelism. However the workflow model has been created on Several instances using Workflow Model page, hence how do I get a topic name for that workflow model so that it binds to customized Job Queue Configuration. For example if Workflow Model name is ABC-Model then I used topic name as following 

 

"var/workflow/models/ABC-Model",
"com/adobe/granite/workflow/job/var/workflow/models/ABC-Model/jcr_content/model",
"com/adobe/granite/workflow/job/var/workflow/models/ABC-Model"
 
However it is not taking up custom job configuration while running, and there is no way I can find exact topic name. We just know that model is available as var/workflow/models/ABC-Model
 
Any Help is appreciated

2 replies

kautuk_sahni
Employee
September 25, 2025

@bagwanpankaj Just checking in! Were you able to get this resolved? If you found your own solution, sharing the details would be a big help to others who might face the same issue later on. And if one of the replies here helped—whether it fully solved the problem or simply pointed you in the right direction—marking it as accepted makes it much easier for future readers to find. Thanks again for helping close the loop and contributing to the community!

Kautuk Sahni
New Participant
September 25, 2025

@kautuk_sahni No, We are still looking into the issue. Job Queue is not picked up by workflow when run, it is still attaching to OOTB config, instead of custom job queue config

giuseppebaglio
New Participant
September 24, 2025

hi @bagwanpankaj,

I think you can solve your issue by following the approved solution here

New Participant
September 24, 2025

Hi @giuseppebaglio 

 

That is what I have done already, but this is not being picked up by model when being run. I placed workflow path after `com/adobe/granite/workflow/job/` 

giuseppebaglio
New Participant
September 24, 2025

Have you already tried both of these solutions?

 

  • Rename your topic to something unique which will not include com/adobe/granite/workflow - this should clearly indicates which queue configuration will be used.
  • Increase the Ranking value of your custom configuration, so there is a chance it will be picked up instead of OOTB one.