Automatic Task : ExportForBilingualReview

Hello,

I couldn't find information on the SDK about automating ExportForBilingualReview.

Is there already more information about this?

I tried to automate an export but the settings seem to be read only.

Sdl.ProjectApi.Settings.ExportForReviewTaskSettings exportTaskSetting = settings.GetSettingsGroup<Sdl.ProjectApi.Settings.ExportForReviewTaskSettings>();

 

Also, does this need mapping, like the import?

 

Any help is welcome,

Piet

 

Parents Reply
  • Hello Romulus,

    I can run the automatic Task , but, where can i specify the settings where the files need to be created?

    AutomaticTask exportTask = Project.RunAutomaticTask(targetFiles.GetIds(), AutomaticTaskTemplateIds.ExportForBilingualReview);

    I tried this

    Sdl.ProjectApi.Settings.ExportForReviewTaskSettings exportTaskSetting = settings.GetSettingsGroup<Sdl.ProjectApi.Settings.ExportForReviewTaskSettings>();

    And then change the exportTaskSetting.location, but it doesn't seem to generate new exports.

    I'll test more tomorrow and get back to you.

    Thank you.

    P
Children