Question
How to find a topic for Job Queue that relate to a workflow model on AEMCaaS
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