Skip to content

output "null" at task run log #3

@sallespro

Description

@sallespro

when you create and run a hello world task, we get an output "success..." to the command

npx sequential-ecosystem@latest run hello-world --input '{"name":"mr.mo"}'
{
  "id": "e8bdd9d0-bd46-45df-a367-c0d36dd2dc97",
  "taskName": "hello-world",
  "status": "success",
  "input": {
    "name": "mr.mo"
  },
  "output": {
    "success": true,
    "input": {
      "name": "mr.mo"
    }
  },
  "startedAt": "2025-11-27T00:32:52.680Z",
  "completedAt": "2025-11-27T00:32:52.685Z"
}

BUT

the task run logs does not.

{
  "id": "e8bdd9d0-bd46-45df-a367-c0d36dd2dc97",
  "taskName": "hello-world",
  "status": "running",
  "input": {
    "name": "mr.mo"
  },
  "output": null,
  "error": null,
  "startedAt": "2025-11-27T00:32:52.680Z",
  "completedAt": null,
  "createdAt": "2025-11-27T00:32:52.680Z",
  "updatedAt": "2025-11-27T00:32:52.680Z"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions