Create web user interfaces (forms)
Create web user interfaces (forms)
1. Select the process pool
2. Go to Execution > Instantiation form
3. Click on the pencil icon next to Target form.
4. Rename newForm to submitClaimForm
5. Select the Description widget by clicking on it & In the Widget properties, on the right hand side of the window, click on the ... icon and select Switch...
6. Similarly create the form for the Review and answer claim user task, Select the Satisfaction Level widget and use the delete key to remove it as we don't want it in this form.
7.Do the same set of operations with the form for Read the answer and rate it task, Don't remove any widgets.
Widgets Description:
- Container : It can include set of widgets required for the web interface. Container is an empty box which can be filled with entities. Below are properties of container:

- Tabs Container: It creates tabs and allocates separate space for each tab.

- Form Container is similar to Container, Its an empty container which can contain any widgets related to form.
- Modal Container can contain different modules, you can display modal with an animation

- TextArea : Similar to Input Widget, more rows of data can be entered than the Input Widget.
- Autocomplete: This widget has intellisense to detect words from the dictionary to complete the words.
- Upload: File chooser for uploading a document to a form. This widget allow users to choose the file they want to upload. This widget has almost same properties as above widgets along with URL property to upload file to the specific path.

- Button: A clickable button which is trigger for an action in a page or Form.
Following are the properties of button:

- Link: Navigation link to another page or form



















Comments
Post a Comment