-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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
Labels
No labels