Merge pull request #1050 from automatisch/add-virtual-flow-status

feat(flow): add virtual paused/published/draft status
This commit is contained in:
Ömer Faruk Aydın
2023-04-11 17:04:32 +02:00
committed by GitHub
12 changed files with 110 additions and 64 deletions

View File

@@ -43,6 +43,7 @@
"flow.active": "ON",
"flow.inactive": "OFF",
"flow.published": "Published",
"flow.paused": "Paused",
"flow.draft": "Draft",
"flow.successfullyDeleted": "The flow and associated executions have been deleted.",
"flowEditor.publish": "PUBLISH",