Publish
To enable a workflow to run automatically, it must first be published. Publishing transforms your workflow from a draft into a live, executable automation that can respond to real triggers and process actual data.
Deploying a workflow in Boltic creates a versioned release. Each release is assigned a version number, representing the workflow's state at that specific moment. Only the deployed version is actively used by Boltic, allowing you to test and develop changes safely without causing disruptions.
Version Management
Boltic manages workflow versions using Semantic Versioning, which assigns each release a version number in the form of Major, Minor or Patch (such as 1.2.0). When publishing, you select whether your changes are a Major, Minor, or Patch update. Boltic then automatically updates the version number based on this selection, ensuring a clear history of changes for each workflow release. For example:
- Major Version (1.0.0 → 2.0.0): Significant changes or breaking modifications
- Minor Version (1.0.0 → 1.1.0): New features or substantial enhancements
- Patch Version (1.0.0 → 1.0.1): Bug fixes or minor adjustments
Prerequisite
Before publishing your workflow, make sure that it is set to Active. Inactive workflows cannot be published.

Steps
![]()
- Navigate to your workflow in Boltic.
- Verify all integrations and triggers are properly configured.
- On the upper-right side of the window, click Publish.
- Choose the appropriate version.
- Add a short description of the workflow.
- Click Publish.