Is it possible to operate Designer tool options programmatically ?

For example:- If i want to export package through tool option–>Right click on package–> export from server to some location. Is that possible to do the same through flow service(Inputs are Package name , Destination path for export).

Thanks in Advance.

If you are looking for package, try the following services in

pub.packages:activatePackage
pub.packages:backupPackage
pub.packages:disablePackage
pub.packages:enablePackage
pub.packages:installPackage
pub.packages:recoverPackage
pub.packages:reloadPackage

1 Like