Page 1 of 1

Duplicate Task Log Messages

Posted: Mon Jun 10, 2019 5:25 pm
by gmcfarlane
I have a parent task that executes 5 other tasks

The final step (Task5) checks the database for error conditions and logs them to the RoboTask log

I was hoping that by checking "Duplicate Task Log Messages to the Common Log" on Task5 that the error messages would be bubbled up to the log of the Parent Task.
This does not seem to be happening.

Short of copying the contents of Task5 into the parent task, is there anyway to gain visibility of the Task5 log?


My goal here is this: When I run the parent Task, it would be nice if the errors were clearly presented by being shown in the log of the task I just executed.

(yes i could copy the data loop, but I have many 'parent Tasks'. )


thanks

Re: Duplicate Task Log Messages

Posted: Thu Jun 13, 2019 11:12 am
by Oleg
I was hoping that by checking "Duplicate Task Log Messages to the Common Log" on Task5 that the error messages would be bubbled up to the log of the Parent Task.
No. Common log is the separate log of RoboTask. You can duplicate log messages into the common log form several tasks.
This is useful when you want to see chronology of steps of different tasks. This log designed for debugging only.