Skip to main content

Version and Deploy

To enable a workflow to run automatically using a schedule or webhooks, it must first be deployed. Deploying a workflow allows you to build or update it without causing any interruptions.

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.

Deploy a workflow release

To create and deploy a new version of a workflow, click Publish in the toolbar. Boltic uses Semantic Versioning and automatically increments the version number based on your choice of Major, Minor, or Patch updates. After providing a description and selecting the version increment, you can deploy the new version immediately.

Manage releases

The Version History tab displays a list of all deployed versions of a workflow. The currently active version is marked with a Deployed tag.

PropertyDescription
Version numberThe deployment version number (e.g., 0.0.2).
DescriptionThe description of the version.
Modified ByThe Boltic user who deployed the version.
Modified AtWhen the version was last deployed.