Generate an export file from a specified source repository to a using the designated User Preference
Inputs
- source_repo_name - The source repository name
- source_preference_name - The source repository preference name
- source_savedset_id - The savedSetId of the source repository
- source_item_ids - If no savedSetId is specified, a Comma-delimited list of item ids can be specified
- targetDirectoryName - Fully qualified path to directory where export file is to be placed.
- targetFileName - Base name for the export file (timestamp and extension will be added to the name).
- targetFileType - Type of file to be generated.
- exportTimeoutSeconds - Number of seconds before timeout declared for export
Outputs
- exportStatus - Results of export operation (SUCCESS or FAIL)
- exportMessage - Detailed error message if exportStatus is FAIL
- exportFilePath - Fully-qualified path for export file if exportStatus is SUCCESS