Build an Activity form

Use the Activity form to generate forms for all ordinary and capture activities of a process map.

Note You can generate only one form for an activity.

The generated form has the following format for each activity in the process: <Form name><Activity name>. For example, in the PersonalInfoGetDetails form, PersonalInfo denotes the form name and GetDetails denotes the activity.

All the process initialization variables and the variables used as input or output to the activity appear as corresponding controls in the form. For example, a String variable becomes a text box, a Boolean variable becomes a check box and a Date variable appears as a Calender control.

Input variables are read-only; output variables are editable controls.

If a Checklist variable is being used in a map as input or output to an activity, or as part of process initialization, the events such as Activity and ActivityComplete are mapped to the text property of checklist web controls. See Checklist control. If the checklist variable is used as input, then the checklist web control is read-only; if the checklist variable is used as output, then the control is editable. To configure a variable for use as input or output, see Activity properties - Set input and output variables.

  1. Navigate to User interface > Forms.
    The Forms list page appears.
  2. On the Generate list select Activity forms.

    The Generate activity forms dialog box is displayed.

  3. On the Process list, select a process.

    A list of activities showing the activity name, process name and activity type appears.

    Note A form cannot be generated for a protected process. If you try to generate a form for the protected process, the system displays an error.

  4. Configure the following options for the process as needed.

    Include embedded processes

    Generates forms for the activities of the embedded processes also.

    Note If a custom embedded process is used in an Activity form, the embedded page is loaded prior to the actions being performed, therefore only the default values that are selected are passed to the embedded page.

    Update process with associated form

    Displays the form name in the Associated file property of the corresponding activity.

    Include save button

    If selected, saves the changes of the activity to your work queue at runtime. The save button appears at runtime when you take the activity.

    Note The save button is not applicable for capture forms.

    Include complete and next button

    If selected, completes the activity and takes the next activity from your work queue at runtime.

    The Complete and next button appears at runtime when you take the activity.

  5. By default all activities in the list are selected. This means that forms are generated for all the activities. To exclude generating a form for an activity, clear the check box for that activity.

    Make sure that at least one activity is selected.

  6. By default the generated form name is the same as the activity name, and has the same category to which the process belongs. To change the form name and category, do the following:
    1. Select the activity.
    2. Click .
    3. Enter a form name in the Form name box.
    4. On the Category list, select a category.
    5. Click OK
  7. Click Generate and save to save the form, or Generate and release to publish the form.
    The form is generated.

Edit an Activity form

Once an Activity form is generated, you can open the form in design view. All the process initialization variables appear as corresponding controls in the form. You can customize the form as needed. See Properties of a composite control and Customize the capture forms.

You can change the settings of a process or activity on which the form is generated.

  1. Open the Activity form in the Design view.
    The existing properties of the form are displayed in the properties panel.
  2. Make changes as needed.
  3. You can associate the form with another process.
    1. On the Form modeling bar, click File > Associations.
    2. Under Update associated file select the Process and Activity to associate.
  4. Click Update.
    The form is updated with the selected process and activity.
  5. Click Close.