There was issue in invoking the Forms and Document Workflow. | Community
Skip to main content
New Participant
September 18, 2019
Solved

There was issue in invoking the Forms and Document Workflow.

  • September 18, 2019
  • 22 replies
  • 14473 views

I am trying to invoke a forms workflow whenwe submit a adaptive form. I made the configurations as shown below

Perform the following steps to enable your AEM forms server to submit data to an AEM Forms on JEE server:

  1. Go to AEM web configuration console at http://[host]:[port]/system/console/configMgr.
  2. Locate and click the Adobe LiveCycle Client SDK Configuration component.
  3. Click to edit the configuration server URL, username, and password for the AEM Forms on JEE server.
  4. Review the settings and click Save.

I am able to see the process in the drop down But when i submit the Form it is throwing an exception

Can any one suggest What else need to be done

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 Pulkit_Jain_

Our documentation here[0] implicitly assumes that the Developer must have:

- Changed the "Require callers to authenticate" to "No" for the service created for this application/process as below:

Adminui > Home > Services > Applications and Services > Services Management > "Your Application" > Security (other tabs are Pooling, Endpoint)> Require callers to authenticate- change to "No".

- Added the service (MyApplication/processes/NameOfProcess) to the list- Services Names, which should be invoked as system user by default in the "Livecycle Client SDK configuration" under configMgr.

[0] Configuring AEM Forms to submit form data to an AEM Forms on JEE process

22 replies

Santhosh4Author
New Participant
September 18, 2019

Yes i define dataxml and fileAttachmentsList. In the process also i used them as inputs. So iam able to see the process in submit action

Employee
September 18, 2019

Did you define the appropriate article bout parameters in your process?