Skip to content

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.

4.1.0 to 4.2.0

Sendout status for email and sms 📩

In version 4.2.0 we have added the possibility to track sendout status for email and SMS actions. This is an optional feature that you can enable in the config. If you want to use this feature you need to do the following:

  1. Add the new options fields action_type and sendout_status to the automatedflowparticipantaction limetype. You can do this in Lime Admin with Setup or by creating the fields manually in LISA/Database designer.
  2. Open the config in Lime Admin and enable the feature "Enable sendout statuses" under Integration Configuration -> Automated Flow Participant Action limetype settings. You also need to select the newly created properties for action_type and sendout_status.
  3. Go to Lime marketing -> Administration -> Integration -> CRM integration -> Automation settings and press "Verify settings". This will enable the sendout webhooks from the marketing platform.

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.