<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.
| Attribute | Description |
|---|---|
| Target | Property 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. |
| StepId | No longer used. |
| VariableId | ID of the variable that supplies the value for the input. |
| OutputId | Same as VariableId. Deprecated. Use VariableId instead. |
| DefaultId | ID of the default or metadata item that supplies the value for the input. |
| DefaultValue | Default value to use for the input if no value is found. |