We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79a3066 commit 6dae973Copy full SHA for 6dae973
src/Joba.IBM.RPA/Snippets/InjectDependencies.routine.snippet
@@ -1,7 +1,7 @@
1
beginSub --name __ExportDependenciesAndSetWorkingDirectory
2
//Get the current 'process id'
3
writeToFile --value dummy --createrandomfile --encoding "Default" __dummyFilePathForPowershell=value
4
- powerShell --apartmentState "MTA" --script "$PID | OUT-FILE -FilePath \"${__dummyFilePathForPowershell}\"" success=success
+ powerShell --apartmentState "MTA" --script "$PID | OUT-FILE -FilePath \"${__dummyFilePathForPowershell}\""
5
readAllText --filepath "${__dummyFilePathForPowershell}" --encoding "Default" __pid=value
6
trimString --text "${__pid}" --trimoption "TrimStartAndEnd" __pid=value
7
//Unzipping
0 commit comments