Make Workbench Speak Your Language
In this hands-on trial, you will customise the Workbench modelling language to match your organisation's vocabulary โ so every role can work in the same place without learning each other's notation.
Before you startโ
Estimated time: 15-20 minutes
What you need: Access to our trial environment.
About your trial environment
Your trial environment includes everything you need to get started: a dedicated, isolated tenant in the IBM DevOps Solution Workbench, and a GitLab instance with repositories for all your projects - including our reference application Roboflow ready for you to explore.
You bring your own IDE and coding assistant โ whatever you normally use. In our screenshots throughout these trials we use Visual Studio Code with GitHub Copilot.
Solution Designer
The Solution Designer is your main workspace in Workbench. This is where architecture is modelled,
design decisions are captured, and structured context is created for your coding assistant.
Your trial comes with a dedicated, isolated tenant. Log in using the credentials from your trial onboarding email.
GitLab
Every project in the Solution Designer is backed by a Git repository in your trial's dedicated GitLab group. Throughout the trial, you usually access GitLab repositories
through the Solution Designer since URLs are specific to your tenant.
To find the Repository URL for any project:
- Open the project in the Solution Designer
- On the Overview page that opens, you'll find "General Information" on the right hand side.
- The link under "Acronym" takes you directly to the GitLab repository for that project.
- Log into GitLab using the "Keycloak" button.
Cloning a project to work in your own IDE requires a Personal Access Token (PAT). To create one:
- Log into your Trial GitLab (using the Keycloak button)
- Click your profile icon in the upper right corner and select Preferences
- Go to Access โ Personal Access Tokens
- Create a token with
read_repository,write_repositoryandapiscope
Cloning a project
To clone a project, you can either use the "Code" button in the GitLab UI and copy the "Clone with HTTPS" URL or you can copy the URL directly from the Solution Designer project page. To do this:
- Open the project in the Solution Designer
- Expand the footer bar that says "Git"
- Copy the URL
In both cases, use a terminal and run git clone <URL> -b <optional-branch-name> and use your username and the created PAT as the password when prompted.
Cloning via SSH is disabled in the trial environment for security reasons.
RoboFlow
Your trial environment comes preloaded with RoboFlow โ a fictional B2B webshop for robotics parts that serves as the reference
application across all trial experiences. Its services are already designed and documented in the Solution Designer, ready for you to explore and build on.
You are working with the Roboflow reference application. The architecture is already modelled in Workbench. Now you will adapt the modelling language to fit the way your organisation thinks and communicates โ whether that's a BA's user stories, an architect's components, or something entirely specific to your domain.
Coming soonโ
This trial experience is currently being prepared. Check back soon.