You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a follow up Issue for #8654 . This issue still exists in version 3.3.8 .
Its impossible to launch/create a workflow with depends on .Omitted step.
You get an error: Internal Server Error: templates.main.tasks.E task result 'Omitted' for task 'D' is invalid
What happened/what you expected to happen?
When a task is Skipped/Omitted because a dependent task is skipped you can't use enhanced depends on that task.
O
/ \
A B <- B is skipped
| |
C D <- D gets omitted
| /
E <- if C.Succeeded && (D.Succeeded || D.Omitted)*
*doesn't work
What version are you running?
3.3.8
Diagnostics
Paste the smallest workflow that reproduces the bug. We must be able to run the workflow.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If this is a mentoring request, please provide an update here. Thank you for your contributions.
agilgur5
changed the title
Followup Issue for #8654 Enhanced depends logic not working when task is omitted
Followup for #8654: Enhanced depends logic not working when task is omitted
Mar 2, 2024
Checklist
Summary
This is a follow up Issue for #8654 . This issue still exists in version 3.3.8 .
Its impossible to launch/create a workflow with
depends
on.Omitted
step.You get an error:
Internal Server Error: templates.main.tasks.E task result 'Omitted' for task 'D' is invalid
What happened/what you expected to happen?
When a task is Skipped/Omitted because a dependent task is skipped you can't use enhanced depends on that task.
*doesn't work
What version are you running?
3.3.8
Diagnostics
Paste the smallest workflow that reproduces the bug. We must be able to run the workflow.
Message from the maintainers:
Impacted by this bug? Give it a 👍. We prioritise the issues with the most 👍.
The text was updated successfully, but these errors were encountered: