feat: add duplicate flow functionality

This commit is contained in:
Ali BARIN
2023-05-12 15:58:05 +00:00
parent a5dbac9817
commit 9776c9f5a4
6 changed files with 149 additions and 1 deletions

View File

@@ -46,6 +46,7 @@
"flow.paused": "Paused",
"flow.draft": "Draft",
"flow.successfullyDeleted": "The flow and associated executions have been deleted.",
"flow.successfullyDuplicated": "The flow has been successfully duplicated.",
"flowEditor.publish": "PUBLISH",
"flowEditor.unpublish": "UNPUBLISH",
"flowEditor.publishedFlowCannotBeUpdated": "To edit this flow, you must first unpublish it.",
@@ -68,6 +69,7 @@
"flow.createdAt": "created {datetime}",
"flow.updatedAt": "updated {datetime}",
"flow.view": "View",
"flow.duplicate": "Duplicate",
"flow.delete": "Delete",
"flowStep.triggerType": "Trigger",
"flowStep.actionType": "Action",