Esta conversa foi bloqueada devido à inatividade. Crie uma nova publicação.
Nível 1
Nível 2
Faça login na Comunidade
Faça logon para exibir todas as medalhas
Esta conversa foi bloqueada devido à inatividade. Crie uma nova publicação.
Hi All,
i have five different template, i want to make the workflow list as dynamic which is display on the sidekick as per the template used.
could you please show the right direction to start.
Thanks
Michael
Solucionado! Ir para a Solução.
Visualizações
respostas
Total de curtidas
OOB, workflow models is listed based on the logged in Users ACLs. All the workflows for which the current logged in user has atleast the read access will be displayed. So you can also see if your usecase can be managed using this.
If not, as discussed you need to write a custom service to send the list of workflows as per your logic to the sidekick
Visualizações
respostas
Total de curtidas
I dont think so that AEM provides any OOTB functionality where you can get workflow list based on template in sidekick.
As a solution you can override /libs/cq/ui/widgets/source/widgets/wcm/Sidekick.js file and customized the list according to the templates you have.
Visualizações
respostas
Total de curtidas
Thanks for your reply. i have gone through sidekick.js. its display the workflow list using the below service
/libs/cq/workflow/content/console/workflows.json?tags=wcm
I think i have to create the custom service and restrict the workflows as per the template.
Is that you are suggest?
Visualizações
respostas
Total de curtidas
Yes right, Create your own service and customize the JS to use your custom service that would work for you.
Visualizações
respostas
Total de curtidas
OOB, workflow models is listed based on the logged in Users ACLs. All the workflows for which the current logged in user has atleast the read access will be displayed. So you can also see if your usecase can be managed using this.
If not, as discussed you need to write a custom service to send the list of workflows as per your logic to the sidekick
Visualizações
respostas
Total de curtidas
Thanks for your reply.
Authors have access to play around all the templates. So we cant restrict them using ACL Right?
Visualizações
respostas
Total de curtidas
I think you can still modify the ACL for workflow model :https://docs.adobe.com/docs/en/cq/5-6-1/workflows/wf-admin.html#Configuring Access to Workflows
Visualizações
respostas
Total de curtidas
Visualizações
Curtida
respostas
Visualizações
Curtida
respostas