Closed shrutimantri closed 6 months ago
thx for the issue, the interpreter seems to be wrong
just doing:
id: powershell
namespace: dev
tasks:
- id: powershell_script
type: io.kestra.plugin.scripts.powershell.Commands
commands:
- pwd
will work but running scripts will not
The interpreter of the Commands task was wrong, this has been fixed in the previous milestone: https://github.com/kestra-io/plugin-scripts/pull/126
Expected Behavior
The flow example should run successfully.
Actual Behaviour
Flow example execution fails with the following error:
Object reference not set to an instance of an object.
Steps To Reproduce
Create a flow with the example given on this page and execute it.
Environment Information
Example flow