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.

4 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