Workflow Registry
The Workflow Registry is the central store for all deployable workflows in the Orchestrator. It supports versioning with rollback, so you can deploy new versions confidently knowing you can revert instantly.
Publishing from Studio
- Open the workflow in Genzbots Studio
- Click File → Publish to Orchestrator (or connect first via Home Screen → Connect)
- Enter a Version Label (e.g.,
1.2) and optional release notes - Click Publish
- The workflow
.gbwfile is uploaded and appears in the Registry
Uploading Directly in the Dashboard
- Navigate to Workflow Registry
- Click Upload Workflow
- Drag and drop a
.gbwfile or click to browse - Fill in name, description, tags, and version label
- Click Save
Version History & Rollback
Click the History icon on any workflow row to see all published versions. Each version shows: label, file name, published by, published at, and whether it is the current active version.
To roll back:
- Open the version history for the workflow
- Click Rollback next to the target version
- Confirm — the selected version becomes the active version
- All future jobs and schedules targeting this workflow will use the rolled-back version immediately
Required Robot Tags
Each registry entry can specify Required Tags (e.g., sap, excel). The Dispatcher only routes jobs for this workflow to robots that have all required tags configured. This ensures the right software is available on the executing machine.