Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Workflow Import Option for the Import UI control whether to overwrite or import as new workflows #6232

Open
jayachandra21 opened this issue Dec 22, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@jayachandra21
Copy link

Description

Workflow Import Option for the Import UI control whether to overwrite or import as new workflows options. At the moment workflows which are imported after export is overwriting the existing workflows.

But users do not have an option to choose either overwrite existing workflows or import as new workflows.

Steps to Reproduce

  1. Detailed Steps:
    a. Go to workflow definitions.
    b. Select workflows and "BULK ACTIONS"--> Export.
    image
    c. Workflows will export into "workflow-definitions.zip" file.
    d. Update the workflow definitions *.json file.
    e. Import updated *.zip file.
    f. Workflow is overwriting the existing workflows but do not have an option to import as a new workflow
  2. Reproduction Rate: every time

Expected Behavior

User should have an option to import as new workflow or overwrite as existing workflows.

Actual Behavior

After import the workflows *.zip" file, it will be overwriting the existing workflows.

Environment

  • Elsa Package Version: Elsa 3.0 onwards
  • Operating System: Windows
  • Browser and Version: Edge /Chrome

Troubleshooting Attempts

By removing the value of id ,definitionId system is creating new workflow.
image
image

@jayachandra21 jayachandra21 added the bug Something isn't working label Dec 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant