Nível 1
Nível 2
Faça login na Comunidade
Saiba mais
Faça logon para exibir todas as medalhas
Expandir minha barra de realizações na Comunidade.
Esta conversa foi bloqueada devido à inatividade. Crie uma nova publicação.
Hi Guys,
I want to create a form using form component. Once form is submitted I want to trigger a workflow ( I guess name of workflow I can specifiy in form dialog box).
Inside that workflow... How can I access to all values filled in the form?
Thanks
Solucionado! Ir para a Solução.
One way to perform this use case is to submit the form data to a custom sling servlet.
In side the sling servlet, you can write the form fields to the JCR. Then programmatically invoke the workflow.
http://scottsdigitalcommunity.blogspot.ca/2013/09/creating-workflows-for-adobe-experience.html
Write a custom workflow step that reads the JCR node where form values are stored. Here is how you create a custom workflow step.
http://scottsdigitalcommunity.blogspot.ca/2013/10/creating-custom-aem-workflow-steps-that.html.
Now you have form values in a AEM workflow.
Ver solução na publicação original
Visualizações
Curtida
respostas