<Inputs>

The <Inputs> element is a child of the <Step> element, and the parent for one or more <Input> elements.

<Input>

Each <Input> element gets the value of a variable and assigns it to a property of the target business object. This table describes each attribute of the <Input> element.

AttributeDescription
TargetProperty whose value is set by the input. If the target property is a collection that implements the IList interface, the value will be added to the collection. Required.
StepIdNo longer used.
VariableIdID of the variable that supplies the value for the input.
OutputIdSame as VariableId. Deprecated. Use VariableId instead.
DefaultIdID of the default or metadata item that supplies the value for the input.
DefaultValueDefault value to use for the input if no value is found.