Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Pipeline doesn't enter FAILED state when TASK fails because inputs are invalid #117

Open
nathandf opened this issue Sep 4, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@nathandf
Copy link
Collaborator

nathandf commented Sep 4, 2024

Logs of a pipeline run that exhibits this behavior

[PIPELINE] dev.dev.reactflow PREPARING FILESYSTEM reactflow
[TASK]     dev.dev.reactflow STAGING reactflow.secondtask
[TASK]     dev.dev.reactflow STAGING reactflow.initialtask
[PIPELINE] dev.dev.reactflow STAGING reactflow 7fe91a79-e4a5-4e94-84c0-f282462472de
[PIPELINE] dev.dev.reactflow INITIALIZING NOTIFICATION HANDLERS reactflow
[PIPELINE] dev.dev.reactflow ACTIVE reactflow
[TASK]     dev.dev.reactflow ACTIVE reactflow.initialtask
[TASK]     dev.dev.reactflow COMPLETED reactflow.initialtask
[TASK]     dev.dev.reactflow FAILED: ["No output found for task 'initialtask' with output id of 'TEST'"] reactflow.secondtask
[PIPELINE] dev.dev.reactflow COMPLETED reactflow
[TASK]     dev.dev.reactflow FAILED reactflow.secondtask
@nathandf nathandf added the bug Something isn't working label Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant