bytechef
bytechef copied to clipboard
[feature] Share projects/workflows as templates between users
As a Workflow Developer
I want to create unique workflow links
So that I can easily share workflows with other users
The problem
When sharing a workflow, we have 2 options: copy/paste the JSON definition or download the file containing the definition. This is fine on a small scale, but it is going to be a problem if you have to often share and receive workflow definitions, or even keep them stored somewhere easily accessible.
Solutions
- Generate a unique link that points to a page showing the read-only workflow definition
- tailored towards advanced users
- no ability to browse other workflows (if applicable)
- Build a page that uses cards to show multiple workflow definitions at the same time, while offering a detailed view of a specific workflow (dependant on the ur)
- at a glance information about things like which components are used, and a link to where its used (if its used)
- good for companies to be able to filter workflows by connectors, etc.
Technical Details TODO
Acceptance Criteria TODO
Definition of Done TODO