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

lone custom outputs ignored #6508

Open
hjoliver opened this issue Dec 3, 2024 · 0 comments
Open

lone custom outputs ignored #6508

hjoliver opened this issue Dec 3, 2024 · 0 comments
Labels
bug Something is wrong :( small
Milestone

Comments

@hjoliver
Copy link
Member

hjoliver commented Dec 3, 2024

This validates OK, and :x is ignored in the completion expression (same for a:x?):

[scheduling]
   [[graph]]
        R1 = "a:x"
[runtime]
   [[a]]  # no outputs defined

But triggering another task off the output results in a warning:

[scheduling]
   [[graph]]
        R1 = "a:x => b"
[runtime]
   [[a]]  # no outputs defined
   [[b]]
WorkflowConfigError: Undefined custom output: a:x
@hjoliver hjoliver added the bug Something is wrong :( label Dec 3, 2024
@hjoliver hjoliver added this to the 8.x milestone Dec 3, 2024
@MetRonnie MetRonnie modified the milestones: 8.x, 8.3.7 Dec 4, 2024
@MetRonnie MetRonnie added the small label Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is wrong :( small
Projects
None yet
Development

No branches or pull requests

2 participants