When I see the action info when a fixlet has completed its execution, the console shows me a “Completed” statement for every line of execution. Is there a way to see the exit code for every line too?
As i understand it, a Fixlet is determined to be “Completed” if the relevance evaluates to False after the action lines have executed. A Task is determined to be “Completed” when all action lines have executed irregardless of anything being changed on the client.
You could look at the client logs, but I don’t think the status of each line is reported back to the database.
Thanks for the info to look at the client logs for the actions exit codes.
Anyway, as a suggestion, could it be possible to show the individual action exit codes in the detailed “View Action Info” on the TEM console?..
For example, if I run a .cmd file as “wait file.cmd”, the exit code could be different from 0, but the action is showed as “Completed”. So, I think it’s a good idea to capture de exit codes and show it on the TEM console.