Skip to main content

Domino GUI

The Domino frontend service is a React application that provides the GUI for easily creating, editing and monitoring Workflows. Here are some of its features:

Sign up and login
Sign up and login to use the Domino platform.

Sign-up


Create your workspace
Create a new workspace and add your github access token. Workspaces are isolated environments where you can create and run workflows.

Create-workspace


Invite an user to your workspace
In Domino UI you can create different workspaces and invite other users to collaborate with you. For each workspace you can select the users that will have access to it and the pieces repositories you want to install on it.
You can provide different access levels to the users of your workspace:
  • Admin: can invite other users and remove them from the workspace, create and run workflows, install pieces and edit secrets.
  • Write: can create and run workflows.
  • Read: can only see the workflows runs and their logs.


Invite User


Accept/Reject workspace invites
When you are invited to a workspace, you will see the workspace invite in the workspaces page. You can accept or reject an invite.

Accept Invite


Remove an user from workspace
If you are the owner or admin of a workspace, you can remove an user from it.

Remove user


If you are not the owner, you can leave the workspace by yourself.

Leaving Workspace


Install Pieces repositories
Install bundles of Pieces to your Domino Workspaces direclty from Github repositories, and use them in your Workflows.

Add Pieces


Create Workflows
Create Workflows by dragging and dropping Pieces to the canvas, and connecting them.

Domino create workflow


Edit Pieces
Edit Pieces by changing their input. Outputs from upstream Pieces are automatically available as inputs for downstream Pieces. Pieces can pass forward any type of data, from simple strings to heavy files, all automatically handled by Domino shared storage system.

Upstream Value


Edit and schedule Workflows
Schedule Workflows to run periodically, at a specific date/time, or trigger them manually, and select the the shared storage service.

Settings workflow


Monitor Workflows
Monitor Workflows in real time, including the status of each Piece, the logs and results of each run.

Run Workflow