Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

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

Avatar

Level 3

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
Topics

Topics help categorize Community content and increase your ability to discover relevant content.

7 Replies

Avatar

Level 10

hi @bagwanpankaj,

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

Avatar

Level 3

Hi @giuseppebag 

 

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/` 

Avatar

Level 10

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.
 

Avatar

Level 3

Hi @giuseppebag 

 

Job Queue config already have high ranking (i.e 99) higher than other queue configuration. For renaming the topic, if that's done, how the job would know which workflow to bind to, that's why as suggested in documentation, I used exact name for workflow model as queue topic

Avatar

Level 10

You can create an "Apache Sling Job Queue Configuration" where you can specify your custom topic name in the "Topics" field:

 

Keerthana_H_N_1-1733833033858.png

Avatar

Administrator

@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

Avatar

Level 3

@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