Error and script stuck enqueued when run with boolean parameters

Error and script stuck enqueued when run with boolean parameters

avatar
(anonymous user)
Product: PowerShell Universal
Version: 4.1.7


I have a script that takes multiple boolean inputs.

Here are the Params and the Run Script selection

ef96c5bae7be8559f5f68d57e16aaa02d7bb91a7




48f32955ddd19508f7348b1d3952229831714a23
When running the script manually from the admin console it gets stuck enqueued and this page pops up after a few seconds



b0c076c59b2e954a7317f991644a85d14618a53d
Also, since the job is stuck enqueued I can’t actually cancel it from the admin console. I have gone into the hangfire and deleted the job there, but it still shows as queued in the job list. Does it take a while to clear from the job list when deleting from hangfire?



b5cc39cebf7f03e926292672dcb39398fa042a16


8f5088f904598688cd42b2896f49b89f04e02c75

8f5088f904598688cd42b2896f49b89f04e02c75.png

b5cc39cebf7f03e926292672dcb39398fa042a16.png

48f32955ddd19508f7348b1d3952229831714a23.png

ef96c5bae7be8559f5f68d57e16aaa02d7bb91a7.png

b0c076c59b2e954a7317f991644a85d14618a53d.png

All Comments (1)

avatar

As as test I commented out the entire script except for the param block and ran it again. Same issue as before, so I don’t think it’s something with the script itself.