[BUG] Workflows in conditionals require returned output. #6241
Labels
backlogged
For internal use. Reserved for contributor team workflow.
bug
Something isn't working
conditionals
Used to group issues related to the use of Conditionals in workflows
Describe the bug
When a workflow is used in the
then
part of aconditional
, there are failures if the workflow in the conditional doesn't return anything.The child execution of the workflow actually succeeds, but it's the parent conditional that fails.
You need to return some dummy value in order to get the conditional to work.
Expected behavior
Ideally, like a task, the workflow shouldn't need to return anything to be used in a conditional.
Additional context to reproduce
Broken Example:
The conditional fails with
Mitigated Example:
Screenshots
No response
Are you sure this issue hasn't been raised already?
Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: