Build a Take Activity form
Use the Take Activity form to generate forms for all ordinary and capture activities of a process map.
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.
The generated form contains the Take Activity, Complete and Cancel buttons by default.
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 TakeActivity and ActivityComplete are mapped to the text property of checklist web controls. See Add a checklist control. The checklist web control is read-only if the checklist variable is used as input, and editable if the checklist variable is used as output. To configure a variable for use as input or output, see Configure the input and output variables for an activity.
-
On the
Home page, click
.
The Take Activity Form page appears.
-
In the
Process box,
consume the process map.
A list of the activities showing the activity name, process name and activity type appears.
-
By default, the activities from the embedded processes are also
included in the list. To exclude embedded process activities from generating
forms, click
No for
Include Embedded
Processes.
Note If a custom embedded process is used in a Take Activity form, the embedded page is loaded prior to the actions being performed, therefore only the default values consumed are passed to the embedded page.
- To keep the name from appearing in the Associated File property of the corresponding activity, click No for Update Processes with Associated forms.
-
To save the changes of the activity to your work queue at runtime,
click
Yes for
Include Save Button.
The Save button appears at runtime when you take the activity.
-
To complete the activity and take the next activity from your work
queue at runtime, click
Yes for Include Complete and Next Button.
The Complete and Next button appears at runtime when you take the activity. It helps to complete the current activity and take the next activity from your work queue.
-
By default all activities in the
Activities list are
selected. To exclude an activity from the generated form, clear the check box
for that activity.
Verify that you have at least one activity selected.
-
Click either of the following:
-
Generate: To save the form.
-
Generate and Release: To publish the form.
The form is generated.
-
-
To configure and customize forms, see Properties of a composite control and Customize forms.
-
To change the settings of a process or activity on which the form is generated. See Configure the advanced properties of a form.