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
Modify Source field in status monitor
Re: Modify Source field in status monitor
Nevermind. I have done it with s_success that works fine.
Re: Modify Source field in status monitor
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
B.
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
B.