09-19-2019 08:50 AM
Dear experts,
in one of my workflow, i am am running two powershell scripts and both are connected to following "Parse PowerShell Output" Task. first Task parse the Output correctly and result into 4 variables but second Task Show no variable.
below is the log to compare. does anyone have idea what is going on here?
Sep 19, 2019 15:32:17 UTC Executing custom action Deploy Monitoring (Parse PowerShell Output) Sep 19, 2019 15:32:17 UTC Executing custom action Deploy Monitoring (Parse PowerShell Output) Sep 19, 2019 15:32:17 UTC Task #7 (Deploy Monitoring (Parse PowerShell Output)) completed successfully in 0 seconds Sep 19, 2019 15:32:18 UTC Input/Output values for Task #7 (Deploy Monitoring (Parse PowerShell Output)): Sep 19, 2019 15:32:18 UTC [Mapped Input: Powershell Output = { 'Lines': 1, 'Words': null, 'Characters': null, 'Property': null } ] Sep 19, 2019 15:32:18 UTC [Output: POWERSHELL_OUTPUT.Words = null] Sep 19, 2019 15:32:18 UTC [Output: POWERSHELL_OUTPUT.Characters = null] Sep 19, 2019 15:32:18 UTC [Output: POWERSHELL_OUTPUT.Property = null] Sep 19, 2019 15:32:18 UTC [Output: POWERSHELL_OUTPUT.Lines = 1] Sep 19, 2019 15:32:18 UTC Completed workflow item number 7, with status Completed ########################################################################################################### Sep 19, 2019 15:33:56 UTC Executing custom action Deploy Monitoring (Parse PowerShell Output) Sep 19, 2019 15:33:56 UTC Executing custom action Deploy Monitoring (Parse PowerShell Output) Sep 19, 2019 15:33:57 UTC Task #11 (Deploy Monitoring (Parse PowerShell Output)) completed successfully in 0 seconds Sep 19, 2019 15:33:57 UTC Input/Output values for Task #11 (Deploy Monitoring (Parse PowerShell Output)): Sep 19, 2019 15:33:57 UTC [Mapped Input: Powershell Output = { 'ID': '4ed6267caf632d549f0d48b165b2353a' } ] Sep 19, 2019 15:33:57 UTC Completed workflow item number 11, with status Completed
PS: i have executed the workflow multiple times but it does not cahnge anything.
-KAKA-