Describe the issue
Reported in version 0.22.x and validated in 0.23.7 as well
Reproducible Steps:
with nodejs
id: test
namespace: staging
tasks:
- id: test
type: io.kestra.plugin.scripts.node.Script
containerImage: '{{kv("DOCKER_IMAGE")}}'
script: |
const Kestra = require('@kestra-io/libs');
const result = '\u0000'
Kestra.outputs({ result: result });
with python
id: eland_604547
namespace: company.team
labels:
customer: synsel
tasks:
- id: test
type: io.kestra.plugin.scripts.python.Script
beforeCommands:
- pip install kestra
script: |
from kestra import Kestra
result = '\u0000'
Kestra.outputs({ result: result });
Had to kill the task

But i still see RUNNING state in logs
Environment
Describe the issue
Reported in version
0.22.xand validated in0.23.7as wellReproducible Steps:
with nodejs
with python
Had to kill the task
Environment