RelationshipName
|
Specify the relationship name in the workflow. You can specify multiple relationships using the RelationshipName parameter.
|
<Parameter direction="in" name="RelationshipName" type="string" eval="constant">Rel6</Parameter>
If you do not want any relationships to be exported, specify a non-existing relationship. For example,
<Parameter direction="in" name="RelationshipName" type="string" eval="constant">NONE</Parameter>
|
Subset
|
A subset can be selected by specifying the subset name in the FileWatcher configuration file or using UI. If you specify subset name as input parameter, it filters repository records.
- If subset is specified, it is used.
- If subset is not specified, all the records in the repository are selected.
|
|
RelationshipDepth
|
Specify the relationship depth in the workflow. By default, the value for RelationshipDepth parameter is 10. If you specify lesser value than the repository hierarchy level, records are exported as per the levels specified in the RelationshipDepth parameter.
|
<Parameter direction="in" type="long" eval="constant" name="RelationshipDepth">2</Parameter>
In this case, only two levels hierarchy of records are exported.
|
FEDOption
|
You can export Future Effective Date related records. You need to specify the FEDOption parameter in the workflow.
You can specify the following values:
|
<Parameter direction="in" name="FEDOption" type="string" eval="constant">O</Parameter>
|
BackwardCompatible
|
If you specify BackwardCompatible=true parameter for the ExtractDataToDelimitedFile activity, the generated output is backward compatible with 8.0.
|
|