Hello,
sorry to boring you, but I've tryed to check the solution on the new version 1.7.6 but I'm not able to have the file log I wish:
here I give you an example:
I've changed the contents of the notification as the following, adding Active and PrevTask key word, I can't return some information, for example the right task order, the name of downloaded files ... you can find my configuration and job structure into attachements files... maybe I'm making a mistake but where, do you have any suggestion?
----------------- {COMPUTER(Name)} - {JOB(Active|Name)}------------------------------
>>>> {TASK(Active,Order)} - {TASK(Active,Name)}
Partenza: {DATEFORMAT(dd/MM/yyyy HH:mm)}
Lista File scaricati/caricati : {TASK(Active,Result.DownloadedFilesNames)} - {TASK(Active,Result.UploadedFilesNames)} ({TASK(Active,Result.DownloadedFiles)}-{TASK(Active,Result.UploadedFiles)})
Trigger: {TRIGGER(Active|LastTrigger|Desc)} - {TRIGGER(Active|LastTrigger|LastRun)}
Task Exit Code: {TASK(Active,ExitCode)} - {TASK(Active,ExitCodeDesc)}
Task risultato Output: {TASK(Active,StdOut)} - {TASK(Active,StdErr)}
Esito Task: {TASK(Active,Result)}
Esito Job: {JOB(Active|Result)}
*******************************************************
----------------- {COMPUTER(Name)} - {JOB(PrevTask|Name)}------------------------------
>>>> {TASK(PrevTask,Order)} - {TASK(PrevTask,Name)}
Partenza: {DATEFORMAT(dd/MM/yyyy HH:mm)}
Lista File scaricati/caricati : {TASK(PrevTask,Result.DownloadedFilesNames)} - {TASK(PrevTask,Result.UploadedFilesNames)} ({TASK(PrevTask,Result.DownloadedFiles)}-{TASK(PrevTask,Result.UploadedFiles)})
Trigger: {TRIGGER(PrevTask|LastTrigger|Desc)} - {TRIGGER(PrevTask|LastTrigger|LastRun)}
Task Exit Code: {TASK(PrevTask,ExitCode)} - {TASK(PrevTask,ExitCodeDesc)}
Task risultato Output: {TASK(PrevTask,StdOut)} - {TASK(PrevTask,StdErr)}
Esito Task: {TASK(PrevTask,Result)}
Esito Job: {JOB(PrevTask|Result)}