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.

There are two main types of parameters: input parameters and output parameters.
Tip: You can use a Write Activity to change some property values at run time.

Parameter Attributes

The following table describes the available options.

AttributeValueDescription
ListN/ADisplays the items created for the current workflow or subprocess.
AddN/AClick to add.
RemoveN/AClick to delete the selection.
NameUser-definedSpecifies a display name for the selected property.
TypeUser_definedSpecifies the type of data the parameter can store.
DirectionSystem-definedSelect 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.
DescriptionUser-definedProvides more information that a user may find helpful.