Generating a Task Form for an Interactive task
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. We will now develop a user interface like an ADF Form for interaction.
How to do it...
In this section, you will learn how to create a Task Form for an Interactive task:
1. Launch BPM Studio.
2. Navigate to BPM Project Navigator.
3. Expand the SalesToContractDemo | Business Catalog | Human Tasks folder to examine the newly created Task Service. You can click on the Types folder to see the associated types.
4. Double-click the EnterQuoteDetails.task file to open the Task editor with the Task Service definition.
5. Click on Auto Generate Task Form from the Create Form pop-up, found at the top of the Task Form.
6. Task Forms are kept in a separate project, as they have different dependencies and deployment requirements. Hence it will open a...