Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Collection Of Objects From String

Input Values

This activity has two input parameters of string type that allows string values to be inserted in the Expression Editor. The input values for the "InputString" and "Separator" parameters are given via two defined IN arguments of type string.  
 Image Modified
 
The two IN arguments are defined with default value in the Parameters section,Arguments tab in Task Designer panel. 
Image Modified

Output Values

The output values are stored in two defined variables. Given the case, OUT arguments may be used in the same manner. If the output values are not to be passed outside the task, variables need not be defined, but instead set the "Track Outputs" property for this activity to "Yes" and the output values will be displayed in the Tracking Data without storing them in variables/OUT arguments.

...