It looks like in a recent release you fixed an issue with the “WMI Run Process” action, however I think there is an issue with the “WMI Process Info” action that might be related to the original problem.
http://help.finalbuilder.com/Index.htm?wmiprocessinfoaction.htm
If I use the action to get info on a process by name, I can use the AfterAction script to get values such as ComputerName and ProcessName, but ProcessID always seems to be blank (despite it showing a value in the detailed log for that action).
This is correct, ProcessID will always be blank as this the id supplied by the user. The introduced ProcessFoundID property will contain the process ID of the located progress.
This was introduced in the following update:
FinalBuilder 8.0.0.1221
Enhancement - WMI Process Info - Added ProcessFoundID property that always contains the ID of the process found by the action.
Ok thanks! Do you need to update your documentation?
http://help.finalbuilder.com/Index…action.htm
We do need to update the documentation.