Portal Community

Opening the New Project Dialog

From the dashboard, click the + New Project button at the top of the Projects panel. The New Project dialog opens as a modal overlay.

Project Fields

FieldRequiredDescription
NameYesA short, memorable identifier. Must be unique within your tenant. Max 100 characters.
DescriptionNoA human-readable explanation of what workflows this project contains. Shown on the project card.
Icon / ColourNoOptional visual identifier. Choose from a set of icons and a colour swatch for the project card.
Default AccessYesWho can see this project: Private (only invited members), Tenant (all users in your tenant), or Public (read-only for everyone).

Step-by-Step

1

Enter a Name

Type a descriptive name. The system checks uniqueness in your tenant as you type — a red border appears if the name is already taken.

2

Add a Description (Optional)

A one or two sentence description helps team members understand the project's scope without opening it.

3

Set Default Access

Choose Private if this is sensitive automation. Choose Tenant if all staff should be able to view (but not edit) the workflows.

4

Click Create

The project is created via POST /api/v1/flow-studio/projects. The dialog closes and the new project appears selected in the Projects panel. The Processes panel is now empty and ready.

Managing Members

After creation, you can invite colleagues to the project. Click the overflow menu (⋮) on the project card and select Manage Members.

RoleCan ViewCan Edit WorkflowsCan Invite MembersCan Delete Project
OwnerYesYesYesYes
EditorYesYesNoNo
ViewerYesNo (read-only canvas)NoNo

Editing and Deleting a Project

Use the overflow menu to edit the name, description, and access settings at any time. Deleting a project is a permanent action that also deletes all Processes and ProcessThreads inside it. The system requires you to type the project name to confirm deletion.

Deletion Is Permanent Deleting a project deletes all its Processes, ProcessThreads, execution history, and logs. There is no undo. Export or archive important workflows before deletion.