cancel
Showing results for 
Search instead for 
Did you mean: 

Off Topic Discussions

Samuel_k321
Journeyman III

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.

0 Likes
1 Reply
johanwhatt
Journeyman III

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. 

ps1, passing the parameters in manually, it correctly kills  programs and returns my statement. However, when I call the script as a .psm1 from Blue Prism, it returns my end statement but does not kill the programs.

0 Likes