Expand my Community achievements bar.

SOLVED

About Form Participant Step in Workflow

Avatar

Former Community Member

Hi,

    I am using form participant step in my workflow to get some user's inputs.I am mapping newly created HTML form(created through form element in the side kick) having some input fields of user to process the information in consecutive steps.When triggering the workflow for the same payload, form is retrieving old values.Is it correct behavior? New form need to be shown each time when triggering the workflow.Please guide me to achieve this.

 

Regards,

Kirithi

1 Accepted Solution

Avatar

Correct answer by
Level 10

Here is the AEM docs on this subject:

https://docs.adobe.com/docs/en/cq/5-6-1/workflows/wf-ref.html#Form Participant Step

Did you set the required props as mentioned in the doc? 

View solution in original post

2 Replies

Avatar

Correct answer by
Level 10

Here is the AEM docs on this subject:

https://docs.adobe.com/docs/en/cq/5-6-1/workflows/wf-ref.html#Form Participant Step

Did you set the required props as mentioned in the doc? 

Avatar

Former Community Member

Hi,

   Yes, I defined the properties as given in the document. Values are getting stored in payload/jcr:content/par/formFieldName(i.e. text_480b). I hereby attached my form properties definition page.

   [img]Form_Props.JPG[/img]

 

 

 Regards,

Kirithi