How Can I Tell Which Sling Job Queue Has Triggered On A New Workflow | Community
Skip to main content
August 7, 2019
Solved

How Can I Tell Which Sling Job Queue Has Triggered On A New Workflow

  • August 7, 2019
  • 2 replies
  • 960 views

Hi.

Using AEM 6.4.4 I've configured a workflow to be a transient workflow through checking off the Transient Workflow checkbox when editing a workflow in the UI.

When I start the workflow it triggers and runs but all I get in the logs is lines mentioning "Granite Workflow Queue" not "Granite Transient Workflow Queue" which is the Sling Job Queue I was expecting the job to invoke. How can I check on this further?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by arunpatidar

Hi,

You can check the event topics at below when you trigger the workflow

http://localhost:4502/system/console/events

2 replies

arunpatidar
Community Advisor
arunpatidarCommunity AdvisorAccepted solution
Community Advisor
August 8, 2019

Hi,

You can check the event topics at below when you trigger the workflow

http://localhost:4502/system/console/events

Arun Patidar
August 8, 2019

Thanks Arun, I can see the event: Granite Transient Workflow Queue.