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
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
Detailed Steps:
a. Go to workflow definitions.
b. Select workflows and "BULK ACTIONS"--> Export.
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
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.
The text was updated successfully, but these errors were encountered:
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
a. Go to workflow definitions.
b. Select workflows and "BULK ACTIONS"--> Export.
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
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
Troubleshooting Attempts
By removing the value of id ,definitionId system is creating new workflow.
The text was updated successfully, but these errors were encountered: