Skip to content

Applets Component

Used to sync applets from a source instance to a destination instance of Swimlane.

sync_applet

This method syncs a single applet from a source instance to a destination instance.

Once an applet dictionary on a source instance, we first check to see if it is exists on the destination.

If it does not, then we add it.

If it does exist, we simply update it.

In both cases we also verify and update the application (if applicable) when there are columns in reference fields referencing old trackingFieldIds.

Args: applet (str): A source Swimlane applet dictionary.

def sync_applet(self, applet: dict)

sync

This method will sync all applets on a source instance with a destination instance.

def sync(self)