Workspaces enable organizations to manage multiple business contexts within one FlowX instance while maintaining logical data isolation.
Scope: New access management and permission mechanism applies only to FlowX Designer access. Runtime permissions through Keycloak roles (at process level) remain unchanged.
A workspace is a logical grouping of entities and assets defined in FlowX that are only available to a subset of users who are given explicit access. Each workspace operates independently, ensuring data and configuration separation between different business contexts.
Users can be granted access to multiple workspaces and can switch between them as needed. When a user has access to multiple workspaces, they can select which workspace to enter after authentication.
Workspaces provide logical data isolation, meaning that resources (projects, libraries, themes, etc.) are scoped to specific workspaces and cannot be accessed from other workspaces without explicit sharing configurations.
Group: A collection of users who share common characteristics, responsibilities, or access needs within a system. Groups are used to simplify access control by managing permissions collectively rather than assigning them individually to each user.
Permissions: Define what actions can be performed on resources. They are fine-grained access controls that specify privileges for a resource type, such as: read process, edit process, delete process.
Roles: Collections of permissions grouped together based on job functions or responsibilities. They simplify permission management by assigning a set of permissions to users instead of managing them individually.
Role assignment rule: Roles are never assigned directly to users or groups. A user or group is assigned a role ONLY when given access to a workspace OR a project/library. Exception: org_admin role is the only one assigned to users directly at the organization level.
When a user has multiple roles assigned in the context of a workspace or project, their access level is the union of all permissions from all roles associated with the user.
Isolation Level: HighDifferent use cases, projects, permissions, and users between business verticals (e.g., retail vs. corporate vs. investment banking).Shared Resources:
Shared users across business lines
Shared library builds
Shared themes (configurable)
Example: A multinational bank with separate workspaces for Retail Banking, Corporate Banking, and Investment Banking, each with its own processes but sharing common user authentication and compliance libraries.
Regional Separation
Isolation Level: MediumSame business line across different regions, subject to local regulations.Shared Resources:
Libraries and common processes
Some shared users with multi-region access
Example: An insurance company with workspaces for US, EU, and APAC operations, sharing global insurance processes but maintaining region-specific compliance and regulatory processes.
Distinct Organizations
Isolation Level: HighestComplete separation for different customers or organizations.Shared Resources: NoneExample: A consulting firm providing FlowX services to multiple clients, with completely isolated workspaces for each client organization.
User logs in using OAuth 2.0 through the configured identity provider (Keycloak or client’s existing provider). Authenticated users are saved with subject ID in FlowX database.
2
Permission Retrieval
System fetches the user’s workspace permissions and available workspaces
3
Workspace Selection
If user has access to multiple workspaces, they select which workspace to enter
4
Context Loading
FlowX Designer loads with workspace-specific content, projects, and permissions
The workspace selection experience varies based on user access:
Single Workspace Access
Multiple Workspace Access
No Workspace Access
Direct Navigation: Users with access to only one workspace are automatically redirected to the projects page within their workspace.UI Behavior: The workspace dropdown selector is disabled since no selection is needed.Session Flow: Simplified experience with no additional selection steps required.
Homepage Display: Users see a “Your Workspaces” homepage after authentication.Workspace Layout:
Workspaces displayed in alphabetical order
3 workspace tiles per row
Name truncation with ”…” for long names
Hover tooltips show full workspace names
Navigation to Organization Admin view: when a logged in user is an organization admin, Organization Settings button appears on Select Workspace page in top right corner.
Empty State Display: Users without access to any workspace see an informational message instead of the workspace list.Message Content: “You’re not assigned to a workspace yet” or similar notification
Next Steps: User must wait for an organization admin to grant workspace access before they can proceed
This scenario commonly occurs for new users from LDAP/Active Directory after their first login, before an admin assigns workspace access.
Session Persistence: Workspace selection is saved for the user session. On subsequent visits within the same session, users are automatically redirected to their previously selected workspace.
Trigger: User attempts to access a workspace they don’t have permissions for, or workspace ID is incorrectSystem Response: User is redirected to workspace/403 error pageCommon Causes:
Workspace access was revoked
User navigated to an invalid workspace ID
Workspace was deleted or renamed
Resolution: Contact workspace admin or organization admin to restore access
No Access to Resource
Trigger: User attempts to access a specific resource (project, library, etc.) they don’t have permissions forSystem Response: User is redirected to 403 error pageCommon Causes:
Insufficient project-level permissions
Resource is restricted to specific roles or groups
Project access was revoked
Resolution: Request access from the project owner or workspace admin
Workspace Scoping: Each project is tagged with its workspace ID and only accessible within that workspaceIndependent Lifecycle: Projects in different workspaces can have the same names and follow independent versioningCross-Workspace Import: The same project can now be imported into multiple workspaces on the same environment. Each imported project maintains its own independent lifecycle with separate active policies and access controls.Import Behavior: Projects created from version or build import are created with access only for the currently logged in user with ‘Project Owner’ role. Workspace admins are also able to view projects. Access can be extended to required users subsequently.Runtime Permissions: Permissions for Runtime section are received by users with workspace role. Users inherit runtime permissions from workspace role for ALL projects/libraries they have access to.
Build Sharing: Library builds can be reused across workspaces on the same environmentControlled Access: Libraries from other workspaces can be added as dependencies if permissions allowVersion Management: Single version constraint applies across workspace boundaries for shared librariesWorkspace Access: All builds created in workspace for any library have ‘public’ access within workspace. When adding library dependencies, all libraries with builds are available as dependencies.Cross-Workspace Sharing: Library builds can be shared across workspaces using export/import mechanism
Important: Library builds from Workspace A can be imported into Workspace B on same environment. However, in FlowX 5.1 the libraries containing only builds will not be viewable to workspace users outside Dependencies page.
Library Creation: Libraries are created only with version import (not created when importing a build of a library).
Workspace Themes: Each workspace can have its own themes and brandingShared Themes: Themes can be shared between workspaces when configured appropriatelyBrand Consistency: Maintain consistent branding across business units or customize per workspaceDefault Theme: Default theme can be set in each workspace. When creating a project or library, the project/library version inherits the workspace default theme as the configured theme in Version settings.Export/Import: Themes can be shared across workspaces using export/import.
Media Files: Each workspace can create and manage workspace specific media files, not accessible to be used by other workspaces. However, when exporting themes, media files will also be exported and can be imported easily in other workspace together with the theme.Fonts: Fonts can be uploaded only in Organization Settings section, and all uploaded fonts will be shared by all workspaces.
AI Agents permission is a project level permission starting in FlowX 5.1 release. Consequence: Command center will be available only on projects or libraries pages.
Audit log entry in main menu for every workspace will be available only for users with Workspace Admin role. The reason for this is that global audit log includes all logs for all projects/libraries in workspace.
Project editor - Can modify project content, processes, and configurations. Includes all Project Viewer permissions.
Project viewer - Read-only access to project content and processes. Cannot make modifications.
Workspace user - View only access to workspace entities. Can create projects, but only sees projects they have explicit access to.
Owner - Automatically assigned to project creators. Full control over project settings, access management, and can delete the project.
Theme editor - Extends workspace user role to include permissions to manage themes and associated resources (global media files).
Workspace admin - Manages all workspace level resources including users, roles, themes. Can configure access and content, but cannot manage organization-wide settings.
Runtime editor - Enables users to test runtime functionality and manage runtime policies without full configurator permissions. Commonly used by QA teams and testers who need to manage “change active policy” operations and test processes during runtime without broader editing capabilities.
Workspace-Specific
Roles are specific to each workspace - a user can have different roles in different workspaces
In FlowX 5.1 release, only pre-defined roles will be available to use for workspace and project/library access.
To add a user to a workspace, and to assign a role to the user, you need to go to Organization settings page and select your desired workspace, then add the user to the workspace and assign the role to the user.
Workspace admin: Manages all workspace level resources including users, roles, themes. Can configure access and content, but cannot manage organization-wide settings.
Workspace admins will be able to view and edit ALL projects and libraries in workspace, regardless of project/library access settings.
Workspace user: View only access to workspace entities. Can create projects, but only sees projects they have explicit access to.
Theme editor: Extends workspace user role to include permissions to manage themes and associated resources (global media files).
Runtime editor: Enables users to test runtime functionality and manage runtime policies without full configurator permissions. Commonly used by QA teams and testers who need to manage “change active policy” operations and test processes during runtime without broader editing capabilities.
Grant fine-grained control over individual resources within a workspace, allowing exceptions to general role permissions.Example: A user with project_viewer role can be granted edit access to a specific project without becoming a full configurator.
Exception-Based Access
Provide specific users or groups access to individual resources without requiring full platform permissions.Use Case: External consultants can be given access to specific projects they’re working on without broader workspace access.
Owner Management
Resource creators can manage access to their specific resources without requiring full admin intervention.Benefit: Project owners can add team members to their projects without needing admin approval for each addition.
The org_admin role is the only role assigned directly to users at the organization level, not workspace level.
Organization admins will be able to see all workspaces and have the same permissions as Workspace Admins inside each workspace. Multiple users can have this role assigned. Role can be assigned/revoked by other org admins.To promote an existing Designer user to organization admin:
Go to Organization Settings → Users.
Find the user in the list and open their context menu (the three-dot menu).
Select Set as ORG Admin.
Only an existing organization admin can promote another user. Use Set as ORG Admin directly — changing the role through the user’s Edit form is a different flow and is not how the organization admin role is assigned.
Users are created in FlowX only after their first login in FlowX Designer.
The Organization Users page lists only Designer users — users who have logged into FlowX Designer at least once, or who were manually created by an organization admin. It does not list Runtime users (Keycloak roles/groups used for process-level permissions at runtime). Designer users and Runtime users are managed separately:
Designer users — managed in Organization Settings → Users. Control access to the FlowX Designer, workspaces, projects, and libraries.
Runtime users — managed in Organization Settings → Runtime Roles and Runtime Groups. Control access to process instances at runtime (e.g., who can start or view a process).
The User Details page shows the Designer user’s Workspace access summary (which workspaces they belong to and what roles they hold).
Sync Behavior: Users from customer’s LDAP/Active Directory are not automatically created in FlowX.Onboarding Steps:
User logs into FlowX Designer for the first time
They are redirected to a “You’re not assigned to a workspace yet” message page
User account is now created in FlowX and appears in the Users list in Organization Settings
Organization admin assigns workspace access with appropriate role (Workspace User, Workspace Admin, Theme Editor, or Runtime Editor)
On next login, user will have access to assigned workspaces
Users synced from LDAP will only appear in FlowX after their first login attempt.
Prerequisites: Only available when using Keycloak as the authentication provider.Creation Process:
Organization admin clicks the + icon in Users section
Enter user details (name, email, password, runtime roles)
User is immediately created in both Keycloak and FlowX Designer
Organization admin can immediately assign workspace access
User can log in directly without the initial “no workspace” flow
This method is primarily for internal use and may not be available in all FlowX 5.1 deployments. If direct user creation is needed, users should be created directly in Keycloak.
Legacy Roles and Groups pages (for managing roles and groups only in Keycloak) are accessible in Organization Settings section and renamed Runtime Roles and Runtime Groups.Will be used going forward to manage any roles needed for process permission configuration.
Runtime authorization changes in 5.9 LTS. End-user groups move from Keycloak into FlowX, and role grants become per-solution rather than global. If you are planning an upgrade, review the 5.1 → 5.9 migration guide before designing your runtime-role strategy.
All workspaces will share the same list of runtime roles and groups.
If Keycloak is not used as authentication provider, Runtime Roles and Runtime Groups pages will return errors in FlowX 5.1.
Workspaces can be labeled with an Environment Type to indicate their purpose within your deployment. This helps administrators and users quickly identify the context of each workspace.Available environment types:
Type
Description
Sandbox
For development, experimentation, and testing
Staging
For pre-production validation and QA
Production
For live, end-user facing deployments
To set the environment type, go to Organization Settings → select your workspace → set the Environment Type dropdown.
Use environment type labels to provide visual context when working across multiple workspaces, especially in organizations that use workspaces to represent different stages of their deployment pipeline.
To create the first user in FlowX Designer with organization admin role, an environment variable SPRING_LIQUIBASE_PARAMETERS_DEFAULTORGADMINUSERNAME needs to be configured with the username of the user from Identity Store (Keycloak/ other Identity Store from where the users are used to login in FlowX.AI).
If request to Keycloak fails, the fallback is to use SPRING_LIQUIBASE_PARAMETERS_DEFAULTORGADMINUSERSUBJECTID to create the organization admin user. Value that must be set is the subject identifier. (sub in JWT token OR user’s id in Keycloak).
This step is important for creating any environment, no matter if there’s a pre-existing env or a newly created one.
IMPORTANT: Instruct DeevOps team to set this user id BEFORE system startup. Otherwise the authorization-service startup will fail. Ensure the correct value is set. The correct value is the subject id of the user, value that will be populated by the authorization service in the access token used for FlowX login.
For existing FlowX customers
When upgrading to FlowX 5.1, a default workspace is automatically created containing all your existing resources.
What Happens During Migration:
All existing projects, libraries, and themes are moved to a default workspace
All existing functionality continues to work without changes
Default workspace details:
Name: “Default workspace” (can be changed following the migration)
UUID: “00000000-0000-0000-0000-000000000001”
What gets migrated:
All active process instances will be migrated under default workspace
Failed process start instances migration
Workflow instances migration
Scheduled processes migration
Audit logs migration
Out of office and Fonts will not be migrated under default workspace, as they are managed at organization level.
For clients who need inactive process instances migrated, we’ll provide migration script which will be run post migration.
Post-migration manual steps:
Important: Existing users will not be migrated; they will need to log into FlowX so that their user is created.
Organization admin will need to provide individual access to workspace for each user
Access to projects and libraries should be additionally configured as per workspace requirements
Existing admin roles and groups used for FlowX Designer access are deprecated and should be removed post-migration from Keycloak
Step is optional, but encouraged so that the role list for runtime permissions is manageable. List of deprecated roles (which can be removed) will be provided in documentation.
You can import the same project into multiple workspaces on the same environment. This feature enables organizations to use workspaces to represent different operational environments (such as UAT, staging, pre-production) on a single FlowX deployment, reducing operational costs.
The imported build is automatically set as the active policy in the new workspace
User Access
Workspace users must be granted appropriate rights on the imported project (e.g., project viewer) to interact with it
Database
Projects across workspaces on the same environment share the same database
Configuration
All project configuration lives within each specific workspace independently
Use case: Organizations like banks and insurance companies can use this feature to represent different upper environments (UAT, Staging, Production) as separate workspaces on the same FlowX deployment, significantly reducing infrastructure and DevOps costs.
Move projects or libraries to another workspace feature is not available. Initially (when upgrading to FlowX 5.1), all existing projects and libraries are migrated to Default Workspace.
Workspace import/export is out of scope; each FlowX environment will have a default workspace configured initially and workspaces are managed independently on each instance.
Library builds from other workspaces are only visible on the Dependencies page after import, not as full library entries in the workspace.