Community forum

Please note that VisualCron support is not actively monitoring this community forum. Please use our contact page for contacting the VisualCron support directly.


Wilfred Pascasio
2022-08-18T13:27:03Z



TaskDebugging ConditionsArray Id JobId Order Name Description StoreSTDOut Store
STDEr
r
------------- --------------- -- ----- ----- ---- ----------- ----------- -----
False {} 12d86739-c762-484d-ae68-fad3ab71c756 1 CPNI Notifications True True


the data that I am looking for is in the job flow window under the job flow control box the run notification field

This output comes under the field Name but when I tried to run a powershell script to pull this field I am unable to match the object name.

$Jobs = $server.Jobs.GetAll() | Where-Object {$_.Name -eq "Workers"}
$JobInfo += @{"StepID" ="";"StepType" = $JobStep.TaskType;StepName = $JobStep.Name;"StepConnection" = $Connection}

write-output "------------------------------------------"

write-output $($Jobs.Flow | Format-Table)
write-output "------------------------------------------"

$notifs = $server.Notifications.GetAll()
write-output $notifs.Task | Format-Table
$notifs.Task | Where-Object {$_.id -in $($Jobs.Flow | select -Property Id)} | Format-Table
write-output "------------------------------------------"
Sponsor
Forum information
Scroll to Top