Generating a common Task Form
Now, we have a Human Task created for the User task, and they are connected as well. However, when this task is assigned to someone who performs an action on it, he/she must have a User Interface to interact with. You will develop a User Interface like an ADF Form for interaction. The three tasks will use the same Task Form for interaction.
How to do it...
In this section, you will learn to generate a common Task Form:
1. Launch BPM Studio.
2. Navigate to the BPM Project navigator.
3. Expand the SalesToContractDemo | Business Catalog | HumanTasks folder to examine the newly created Task Service. You can click on the Types folder to see the associated types.
4. Double-click the ApproveQuote.task file to open the Task Editor with the Task Service definition.
5. Select Auto-Generate Task Form from the Create Form drop-down menu. Name the project ApproveQuoteUI.
6. Click OK. When you click OK, several actions will take place such as creating a new project, creating the...