Module clone

Module clone 

Source
Expand description

Create and manage clone cells in the current app.

Clone cells are a way to create a new cell that is a copy of an existing cell. They are based on the DNA of an existing cell, and run with the same agent key, but have a unique name or properties that distinguish them from the original cell.

Functionsยง

create_clone_cell
Create a new cell in the current app based on the DNA of an existing cell in this app.
delete_clone_cell
Delete a clone cell in the current app.
disable_clone_cell
Disable a clone cell in the current app.
enable_clone_cell
Enable a disabled clone cell in the current app.