Time for action – creating human task forms
To create the human task forms, we will proceed as follows:
- Open the BookstoreApproval human task and select the Auto-Generate Task Forms from the upper-left drop-down menu:
- The Create Project dialog opens. We name the project
FormBookstoreApproval
and click on OK: - After clicking on OK, we have to wait for a while, as a new project is being generated in the background, until the
taskDetails1.jspx
page opens: - We can see that the task form was successfully created and is ready to be deployed. We save the project by clicking on the Save All icon in the toolbar and close the task form.
What just happened?
We have autogenerated the task form that is used to show the human task with the corresponding data to the user. The human task form will be used within the worklist application. You can inspect the form and its source code to learn more.
Alternatively, we could custom develop the form. For forms, we can use ADF. We could also implement them in...