Question

Combining log files in Automations

  • 3 February 2020
  • 2 replies
  • 0 views

Badge +6

Hello,

Trying to combine log files that are created from workspaces that are being executed via an automation/schedules in 2019.2.

Any thoughts please? Thanks!


2 replies

Userlevel 4
Badge +25

You could add a workspace to the automation that picks up the individual logs and combines those.

Badge +10

I agree a think a log that combines everything at the end would be the best option. You can get the Job Id's from an Rest Call based on the Autoamtions ID which can be passed from the last workspace in the Automations .

GET /automations/workflows/< id >/log

https://docs.safe.com/fme/html/FME_REST/apidoc/v3/index.html

 

Reply