Hi there. We’re currently running Hippo CMS version 12.5.1. I’ve performed several successful upgrades in the past, but in trying to upgrade to 12.6.x, I’ve hit some issues.
I’m seeing exceptions whenever I try to either publish or unpublish/depublish content. I’m seeing the following on any version of 12.6.x (i.e. 12.6.0 through 12.6.3):
“org.hippoecm.repository.api.WorkflowException: Cannot invoke workflow documentworkflow action depublishBranch: action not allowed or undefined”
“org.hippoecm.repository.api.WorkflowException: Cannot invoke workflow documentworkflow action publishBranch: action not allowed or undefined"
I’ve consulted the upgrade page, which mentions that the document workflow has been modified. As per the advice, I don’t believe we have any customisations to these workflows and so we shouldn’t require any custom upgrade work. I’ve downloaded a fresh 12.6.3 archetype version for comparison (from here, just changed the version listed to 12.6.3).
I compared the audit log outputs and the /hippo:configuration/hippo:workflows
console structure between our 12.5.1 install, an upgraded 12.6.3 install (with the workflow exceptions mentioned above) and the fresh 12.6.3 archetype , and can’t see any differences between the three in these areas.
The audit logs for the workflow events were identical (apart from the exceptions listed above in the upgraded 12.6.3 install):
“methodName”:“depublish” // [or “publish”]
“className”:“org.onehippo.repository.documentworkflow.DocumentWorkflowImpl”
“workflowName”:“handle”
“interaction”:“default:handle:depublish”
“action”:“depublish”
“category”:“workflow”
“workflowCategory”:“default”
The YAML export of /hippo:configuration/hippo:workflows
was identical between all three too.
Could you offer any advice on how best to proceed?