Modify Source field in status monitor

Questions and answers on how to get the most out of FFAStrans
Post Reply
dklooker
Posts: 29
Joined: Mon May 22, 2017 1:22 pm

Modify Source field in status monitor

Post by dklooker »

Hi,

Could I modify the way the source field is created in the status monitor after a job has finished?

I have a unified workflow scanning multiple client folders, but when the workflow is finished it only shows me the filename and I would like to add some extra info so we know where this file came from. Or should I use the %s_success% variable for this purpose?

Thanks!

David
dklooker
Posts: 29
Joined: Mon May 22, 2017 1:22 pm

Re: Modify Source field in status monitor

Post by dklooker »

Nevermind. I have done it with s_success that works fine.
momocampo
Posts: 594
Joined: Thu Jun 08, 2017 12:36 pm
Location: France-Paris

Re: Modify Source field in status monitor

Post by momocampo »

Hello dklooker,
yes, the %s_success% can be used to add informations about your file. Instead of "success" you can add any variable from your workflow or any other string.
BTW, you can do the same thing with the %s_error% if you want but be careful, in that case you won't have any information about the error :D
;)
B.
Post Reply