Starting with AEM Forms 6.4, we now have the ability to use Form Data Model Service as part of AEM Workflow. The following video walks thru the steps needed to configure Form Data Model step in AEM Workflow
![NOTE]The capability demonstrated in this video requires AEM Forms 6.5.1
To test this capability on your server, follow the below instructions
Setup tomcat with SampleRest.war file as described here.The war file deployed in Tomcat has the code to return the applicant’s credit score.The credit score is random number between 200 and 800
The package contains the following:
Open the MortgageApplicationForm. Fill in the details and submit. On the form submission the loanapplication workflow is triggered.
.
The workflow utilizes Or Split component to route the application to admin if the credit score is over 500. If the credit score is less than 500 the application is routed to cavery.