Upgrading an Existing Installation¶
Backend is upgraded automatically when you bump the version of the dependency of 'addon-lime-automation'. When doing a major version upgrade make sure to follow all steps between the current major version and the new major version.
Upgrading to a New Major Version¶
3.x to 4.x¶
-
The flow decider decorator for custom lime-objects has been removed. You must remove any references to
import addon_lime_automation.sdk.decorators
in your solution. Also remove the decorator@automation_decorators.automated_flow_decider()
from any custom lime-objects. -
If you want to automatically create automatedflow participants you should use Automations instead.
2.x to 3.x¶
New features¶
- Added support for addon-installer which will make the installation proccess much smoother
1.x to 2.x¶
New features¶
- Runtime config in Lime Admin has been moved from JSON only to a user friendly configuration. The configuration is backwards compatible and is migrated by the addon.
Make sure all fields statuses exists¶
New fields and options from the latest 1.x release are - automatedflowproperty.bw_unique
Save the config¶
Open the config in Lime Admin and make sure the new fields are configured and that you can save the config.