|
|
Leave this tab blank unless the Can be added to a work object? box on the Process tab is selected.
This optional array defines the input parameters (if any) used when a user is working with an existing work item and starts this flow from that work item. In this array, you can also define an HTML form that can present and accept values from a user for these parameters. The prompting and any specified HTML form appear when a user selects the standard StartFlow flow action or clicks the Start New Process button on the work item's Perform or Update form.
Prompts for parameters specified on this tab are not displayed for a user who is creating a new work item. The parameters specified on this tab are most useful in process flows that are started while the user is working with an already created work item.
Within the shape properties panels, you can reference flow parameters using the notation param.MaxLimit
. (Within an activity, a reference to param.MaxLimit
is a reference to an activity parameter, not a flow parameter.)
This tab is wide. To display more of the content, temporarily hide the navigation panel by clicking one of the toggle arrow icons in the portal's vertical divider (
). When you finish working with a large diagram, click the toggle arrow again and redisplay the navigation panel.
Field |
Description |
Name |
A parameter name must be a valid Java identifier. See How to enter a Java identifier. Like parameters for activities, you can reference the value of these input parameters within the flow using the |
Description |
Optional. Enter a brief text description of this parameter. This text is displayed to the user who starts this flow from a work item. |
Data Type |
|
Required? |
Select to require that this parameter have a non-blank value when the flow starts. Leave cleared for Boolean parameters. |
SmartPrompt Rule |
Optional. For parameters that are displayed as entry fields at runtime, you can make the SmartPrompt feature available when the parameter is displayed to the user running the flow. When the user invokes the SmartPrompt, a list of values displays that the user can choose from. (This is not important if this flow is to be called from another flow with computed parameter values.) A value listed by SmartPrompt must be a key part to a concrete class with one to three key parts. |
Validate Like |
Optional. If you specify Rule-Obj-FieldValue in the SmartPrompt Rule field, specify here the second key part of the field value rules that are displayed at runtime by the SmartPrompt. If you specify another class in the SmartPrompt Rule field, specify a property that is a key part of the selected class, if the class key contains more than one key part. |
HTML Stream for Parameter Display | |
HTML |
If you leave this blank, the system uses a simple form that lists the parameter descriptions entered on this tab. The specified HTML form and prompting appear when a user selects the standard StartFlow flow action or clicks the Start New Process button on the work item's Perform or Update form. |