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
Create new project and upload workflow template that has some error -> successfully creates the project, but due to backend error when creating the workflow template, the workflow template is not successfully stored in the project.
Expected behavior
Either:
Raise and display error to the user describing what is wrong, and do not create the project
Raise and display warning to user, create the project but go to edit-mode in workflow template so that the user can fix the problem(s) and resubmit the workflow template.
Contact details
No response
Current behavior
Create new project and upload workflow template that has some error -> successfully creates the project, but due to backend error when creating the workflow template, the workflow template is not successfully stored in the project.
Expected behavior
Either:
Steps to reproduce
example yaml file to reproduce:
apiVersion: argoproj.io/v1alpha1
kind: Workflow
metadata:
generateName: magma-
spec:
entrypoint: magma-workflow
volumes:
- name: data-volume
emptyDir: {}
templates:
- name: magma-workflow
dag:
tasks:
- name: c1
template: c1
- name: c2
template: c2
arguments:
artifacts:
- name: file
from: "{{dag.tasks.c1.outputs.artifacts.output}}"
- name: c3
template: c3
arguments:
artifacts:
- name: file
from: "{{dag.tasks.c2.outputs.artifacts.output}}"
Environment
Screenshots
No response
Logs
No response
The text was updated successfully, but these errors were encountered: