IBM BPM, V8.0.1, All platforms > Authoring services in Integration Designer > Developing business processes > Building human tasks > Create human tasks > Human Task editor

User interface settings tab: Human Task editor

This topic describes each field on the Properties view User interface tab. This tab is available when you select any user interface setting in the human task editor.


IBM Forms client

Select where to store your Lotus Forms

You can store your IBM Forms as part of your module, or at a specified web location. Select Module to store the form as part of the module, select Web Project to specify the web location of a form.

Input/Output

If an IBM Forms client is defined for a human task, you must specify the form which will be displayed to the user in the IBM Forms Client.

For forms stored in the module, click Browse to use an existing form, or click New to a create a form.

For forms stored in a web project, click Browse to select an existing form in an existing web project, or click New to a create a new web project, or a new form within an existing web project. Alternatively you can type the ContextRoot and file name directly in the relevant fields.

During run time, save the IBM Form when a task is saved or completed

The generated client will save the transmitted IBM Form after each Save or Complete request on the server. By default IBM Forms saves the files in the temporary directory of the IBM Process Server it is running in (to change the location where the forms are saved, or the way the forms are stored, you must customize the generated client).

To customize the save options, modify the saveForm and getForm methods in the PersistenceService class in the com.ibm.wbit.tel.client.form.persistence package on the generated client.

Enable this feature to pass the complete form (including digital signatures) to the tasks that follow this one, and which are working in the same form.

Human Task editor