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

Flow Dependency relation not shown #4915

Closed
smunteankestra opened this issue Sep 13, 2024 · 5 comments
Closed

Flow Dependency relation not shown #4915

smunteankestra opened this issue Sep 13, 2024 · 5 comments
Assignees
Labels
area/backend Needs backend code changes area/frontend Needs frontend code changes bug Something isn't working

Comments

@smunteankestra
Copy link
Contributor

smunteankestra commented Sep 13, 2024

Describe the issue

Having this 2 flows - on develop seems to work fine - issue on 0.18.6

id: autotest
namespace: company.team
description: "First flow that calls the second flow"

tasks:
  - id: call_second_flow
    type: io.kestra.core.tasks.flows.Parallel
    description: "This task calls the second flow"
    tasks:
      - id: subflow_execution
        type: io.kestra.core.tasks.flows.Flow
        flowId: autotest_second_flow_dependency
        namespace: company.team
        description: "Calling the second flow"
id: autotest_second_flow_dependency
namespace: company.team
description: "Second flow that is triggered by the first flow"

tasks:
  - id: call_second_flow
    type: io.kestra.core.tasks.flows.Parallel
    description: "This task calls the second flow"
    tasks:
      - id: subflow_execution
        type: io.kestra.core.tasks.flows.Flow
        flowId: autotest_first_flow_dependency
        namespace: company.team
        description: "Calling the second flow"

  - id: final_task
    type: io.kestra.plugin.core.log.Log
    description: "This is a final task in the second flow"
    message: "Second flow completed!"
image

Environment

  • Kestra Version: 0.18.6
  • Operating System (Docker):
@smunteankestra smunteankestra added the bug Something isn't working label Sep 13, 2024
@Ben8t Ben8t added area/backend Needs backend code changes area/frontend Needs frontend code changes labels Sep 13, 2024
@MilosPaunovic
Copy link
Member

After brief discussion on Slack, can this be reproduced on latest develop branch @smunteankestra?

@MilosPaunovic MilosPaunovic self-assigned this Sep 13, 2024
@smunteankestra
Copy link
Contributor Author

no, on develop (0.19.0 snapshot) works fine - it's covered by automation :)

@smunteankestra
Copy link
Contributor Author

@MilosPaunovic issue seems to reproduce on develop - but only on Postres backend
On kafka BE works fine

@MilosPaunovic
Copy link
Member

If that's the case, this might need handling on the BE side. Could you try to confirm @Ben8t ?

@Ben8t
Copy link
Member

Ben8t commented Sep 17, 2024

This looks like to work on develop and 0.18.7 both Kafka and JDBC backends. Closing for now

image

@Ben8t Ben8t closed this as completed Sep 17, 2024
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/backend Needs backend code changes area/frontend Needs frontend code changes bug Something isn't working
Projects
Status: Done
Development

No branches or pull requests

3 participants