Specifies a title for the user task (optional). This string describes the title of the form to present to the user.
Provides an optional description for the user task.
Specifies the path in the CA Process Automation library for the interaction request form object that prompts the user. The interaction request form must be in the same library as the process. For example: /Backups/Forms/Input.
To locate an interaction request form in the CA Process Automation Library, click
.
To view the interaction request form in the Form Browser once one has been selected, click Open.
Allows you to add code that dynamically initializes form fields at run time. This allows you to display information in read-only fields or change default values for editable fields.
To add CA Process Automation expressions to change field values, open a code editor window.
In the editor, use the Form keyword to access operator dataset variables in the following format:
Form.fieldname
Where:
fieldname represents the name of the field in the user interaction form object definition. For example:
Form.DateTomorrow = System.tomorrow;
For the current operator.
Note: For more information about creating calculated expressions in CA Process Automation, see the input parameters for the Run JavaScript operator.
You can also use this field to dynamically initialize form fields at run time. The initialization is not the same for simple and complex types.
Form.Var_0='text'
Form.value_map= newValueMap(); Form.valuemap.text_field="test";
Form.value_map.value_map_nested= newValueMap(); Form.value_map.value_map_nested.text_field_nested="test";
Lets you approve or reject the task. If selected, the included form is presented with an approval/rejected page at the end when replying, to decide the final outcome of the form.
|
Copyright © 2014 CA.
All rights reserved.
|
|