elsa-workflows / elsa-workflows/elsa-studio
Allow customization of the Workflow Studio top bar
- Dominant language
- C#
- Stars
- 301
- Forks
- 181
- Avg merge
- 17h 12m
- Merged PRs (30d)
- 42
Description
## Feature Request
### Problem Overview
The Workflow Studio top bar is currently static and cannot be customized.
In many cases, it would be useful to display user-specific or contextual information, such as:
Logged-in user name, role, or tenant
Company branding (logo, version info)
Custom quick-access actions (links, buttons)
Right now, there is no way to extend this area, which limits personalization and usability in enterprise deployments.
### Proposed Solution
Introduce a mechanism to customize the Workflow Studio top bar, allowing developers to inject additional UI elements.
### Alternative Solutions
Another option is modifying the source code directly, but this is not sustainable for long-term upgrades.
### Use Cases
Show logged-in user info (name, role, tenant) in the top bar.
Add a logout button directly in the bar.
Add environment information (e.g., "DEV / TEST / PROD").
Integrate quick links to documentation or support.
Contributor guide
Assessment
This issue has not been assessed yet.