Skip to main content

Versions

Applications in TaskingAI can have multiple versions. Each version can be in one of the following stages:

  • Released: The version is released and currently being used by users.
  • Draft: The version is in draft stage, and can be restored anytime.

TaskingAI also provides a version control system that allows you to manage the different versions of your application. This feature is particularly useful when you want to keep track of the changes made to your application over time.

Create a New Version

To create versions, follow these steps:

  1. Navigate to the application that you want to create a new version for, and enter its Playground.
  2. Make changes to the configuration of the application.
  3. Input necessary information, and click the Save button on the top right.

Create version

Manage Versions

To manage versions, go to the application's Versions tab.

Versions

On the left side, all saved versions are listed. You can click on a version to view its details.

One of the saved versions can be pushed to Released stage, which means it will be used by users. And if no version is released, the application will not be available to users.

For each of the versions, you can perform the following actions:

  • Restore: Restore the settings of the version and make further changes based on it.
  • Release: For versions in draft version, you can release them to make them available to users. Remember that only one version can be at Released stage.
  • Withdraw: For the version currently at Released stage, you can withdraw it to make it a draft version again. Note: once you withdraw the released version, the application will not be available to users as no version is released.