-
### Describe the bug
When using [Flyte Conditions](https://docs.flyte.org/en/latest/user_guide/advanced_composition/conditionals.html) without an `else().then()` statement the condition immediately f…
-
Is there any room in the code base for a node for use in conditional execution? I was thinking a specialized node class that ran code and returned a boolean that could then be used to terminate a bran…
-
Work items:
- [x] initialize conditional steps logic - https://github.com/Samsung/Universum/pull/737
- [x] implement artifacts collection - https://github.com/Samsung/Universum/pull/716
- [x] h…
-
My specific use case is to have same rst sources build documentation for multiple configurations. Each configuration may have its own product name. What I would like is to have one tag to indicate a…
-
With proof composition, there is the concept of a "conditional receipt". A conditional receipt is a receipt that is valid only if any assumptions made by the guest during execution can be proven by ot…
-
It would be really great if I could specify what to run as a variable instead of as a tag. For example if I want to always run only `audit` tasks, I would specify:
```
rhel6stig_run:
- audit
```
a…
-
Building a Task Scheduler Framework can be an essential project for managing and executing scheduled tasks in various applications and systems. Such a framework can help streamline operations, automat…
-
Hi,
I have a component that makes a request for data depending on the data it gets from its parent in props, and these also come from an external API. I want to avoid conditional rendering of the co…
-
### Motivation: Why do you think this is important?
As a Flyte user, I often have tasks that only need to run under certain conditions, and if conditions not satisfied, no task needs to be executed. …
-
Hi there,
do you maybe know a good way how to stop the flow / task execution when researcher crew can't find any relevant information about the given topic?
In that scenario crew creates pydantic …