AEM 6.2 Lock Payload workflow step behaving as NoOp | Community
Skip to main content
New Participant
July 12, 2017
Solved

AEM 6.2 Lock Payload workflow step behaving as NoOp

  • July 12, 2017
  • 15 replies
  • 9034 views

I've got a custom workflow with a "Lock Payload Process" step but it doesn't seem to function as expected. I get the following in the logs:

com.day.cq.workflow.impl.process.LockProcess Locking is not currently enabled.  This is a No-Op

I've tried setting the "cq.workflow.config.allow.locking" property of the "Adobe Granite Workflow Configuration Service" but that doesn't seem to fix it... Moreover, I'm able to lock the page via Touch UI just fine so locking is working on the repository.

Thanks for your help!

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 MC_Stuff

Hi Mick,

Not on granite but at  CQWorkflowService configure  cq.workflow.service.allow.locking

Thanks,

15 replies

arunpatidar
New Participant
May 4, 2018

I tried same in AEM 6.3, I am able to complete workflow in both Touch and Classic UI.

The dialog will be disabled in classic UI only when user don't have rights to act to workflow.

Arun Patidar
New Participant
May 4, 2018

I have done the same steps after content-administrator not able to approve the workflow from side-kick and it's disabling the properties as mentioned in above screen shot in Classic UI

arunpatidar
New Participant
May 4, 2018

Hope below will help:

  To apply configurations to allow the Lock/ Unlock processes to function in AEM 6.3, follow these steps:

  •   Go to http://host:port/system/console/configMgr.
  •   Find Day CQ Workflow Service.
  •   Mark Enable Lock/Unlock Process to true.
  •   Click Save.
  •   Find Adobe Granite Repository Service User Configuration, and add a new configuration.
  •   Set Simple Subject Population to true.
  •   Set Service Users to workflow-process-service.
  •   Click Save.
Arun Patidar
New Participant
May 4, 2018

Hi ,

I have done the below steps as mentioned in the below URL after Upgrading from AEM 6.1 to AEM 6.3

and it's disabling the side-kick in classic UI..Is it a feature in AEM 6.3 or any other issue? Howe ever same thing working in Touch UI

Workflow lock/ unlock steps not working in AEM 6.3

Thanks,

MC_Stuff
MC_StuffAccepted solution
New Participant
July 12, 2017

Hi Mick,

Not on granite but at  CQWorkflowService configure  cq.workflow.service.allow.locking

Thanks,