Closed anna-geller closed 1 day ago
To reproduce, add 2 flows, one depending on another:
id: myflow namespace: company.team tasks: - id: hello type: io.kestra.plugin.core.log.Log message: Hello World! triggers: - id: flow_trigger type: io.kestra.plugin.core.trigger.Flow preconditions: id: child_flow flows: - namespace: company.team flowId: child states: [SUCCESS]
and child flow:
id: child namespace: company.team tasks: - id: hello type: io.kestra.plugin.core.log.Log message: Hello from {{ flow.id }}
then run the child flow to reproduce the bug
@elevatebart maybe you can help with this one -- if we can't display the text directly, maybe at least show it on hover? 🙏
Describe the issue
To reproduce, add 2 flows, one depending on another:
and child flow:
then run the child flow to reproduce the bug
Environment