#1
9th February 2023, 12:13 PM
|
|||
|
|||
Powershell script functions until called from Blue Prism
I am new to Powershell and have run into an issue getting module scripts to run from Blue Prism. I have a kill process function in Powershell that is receiving parameters from Blue Prism. When I run the script standalone as a .ps1, passing the parameters in manually, it correctly kills the programs and returns my end statement. However, when I call the script as a .psm1 from Blue Prism, it returns my end statement but does not kill the programs.
Are there issues in my script that could be causing this issue or should I investigate the Blue Prism end? |
|
|