Issue with ACS replication-workflow-process when uninstalling a package
Hi, I have been using the replication-workflow-process (https://github.com/cqsupport/replication-workflow-process) to trigger a replication from one AEM author instance (source) to another AEM author (destination) via a workflow process step. Everything is working as expected except when attempting to uninstall the package on the destination AEM instance, the "uninstall" option is not available in the dropdown. I can see the status of the package as "Version: 2022.12.06.09.50.35 | Build: 1 | Last installed 9:52 | admin" but no way to uninstall it manually using the package manager. I can uninstall it using the curl command with the same "admin" credentials as it was originally installed but no through the UI. Is this a bug or the way the package is replicated from source AEM to destination? Below are the options I'm using set on the workflow process (similar to whats documented on https://adobe-consulting-services.github.io/acs-aem-commons/features/workflow-processes/content-traversing-replicate-with-options/index.html).
Greatly appreciate any suggestions.
agents=Author-12345
replicationActionType=ACTIVATE
synchronous=true
suppressVersions=true
throttle=false
traverseTree=true