Parameters
Parameters are used to pass data into and out of a workflow or subprocess, so that they can interact with other workflows and subprocesses.
Tip: You can use a Write Activity to change some property values at run time.
Parameter Attributes
The following table describes the available options.
Attribute | Value | Description |
---|---|---|
List | N/A | Displays the items created for the current workflow or subprocess. |
Add | N/A | Click to add. |
Remove | N/A | Click to delete the selection. |
Name | User-defined | Specifies a display name for the selected property. |
Type | User_defined | Specifies the type of data the parameter can store. |
Direction | System-defined | Select either In for an input parameter, or Out for an output parameter. The direction indicates where you can read the value within the workflow or subprocess. For example, you can only write to output parameters. |
Description | User-defined | Provides more information that a user may find helpful. |