BigFix Action failed in "waithidden" action script

Can we create any filter or relevance in BigFix task so that the status of the task get completed instead of failed.

You can set the success criteria when you create an action from a fixlet or task. A fixlet will default to using the applicability relevance as the success criteria and task will default to deeming the task as successful if all line of the action run successfully. You can customize these as well as add your own custom success criteria detection logic.

Thanks for your response but it did not work for our scenario.

Below action script is getting failed so do we have any way to pass the failure line of script so that next line of action script can be completed.

If any reason below script get failed then we want to pass this line as completed.

waithidden C:\LENOVO\ThinInstaller\ThinInstaller.exe /CM -search A -action INSTALL -showprogress -includerebootpackages 1,3,4,5 -noreboot -noicon -nocancel -nocontinueafterreboot -repository {parameter “ImgSrv”}\LenovoUpdates -exporttowmi -log C:\LENOVO\ThinInstallerUpdate.log

If you don’t care failure/success of the installer, then use run and move on immediately…
https://developer.bigfix.com/action-script/reference/execution/run.html

1 Like