ironmansoftware / universal-automation

Universal Automation is the PowerShell-first automation platform.
https://ironmansoftware.com/universal-automation/
MIT License
24 stars 4 forks source link

Null Job Output in Dashboard #60

Closed Chirishman closed 4 years ago

Chirishman commented 4 years ago

Describe the Issue

Null job output in dashboard for Hello World example

To Reproduce

Run the code sample provided below and view the job output in the dashboard.

Expected behavior

Expected "Hello World" in the output

Script Sample

$Script = New-UAScript -Name "My First Script" -ScriptBlock {Start-Sleep -Seconds 5; Write-Host "Hello World"}
Invoke-UAScript 1

Version Information

Chirishman commented 4 years ago

Possibly related to #3 ?

adamdriscoll commented 4 years ago

This is resolved in tonight's build.