DataCloud-project / SIM-PIPE

SIM-PIPE generates and simulates a deployment configuration in order to test the functionality and evaluate the performance of the steps of a big data pipeline.
Apache License 2.0
10 stars 1 forks source link

[Bug]: Create new project - workflow template not found! #136

Open goranbs opened 11 months ago

goranbs commented 11 months ago

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:

  1. Raise and display error to the user describing what is wrong, and do not create the project
  2. 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.

Steps to reproduce

example yaml file to reproduce:

apiVersion: argoproj.io/v1alpha1 kind: Workflow metadata: generateName: magma- spec: entrypoint: magma-workflow volumes:

Environment

Screenshots

No response

Logs

No response

goranbs commented 1 week ago

Need to add validation step.