Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Workflow Remover not using AEM 6.4 workflow instances path #1505

Closed
3 tasks
tb7032 opened this issue Oct 2, 2018 · 1 comment
Closed
3 tasks

Workflow Remover not using AEM 6.4 workflow instances path #1505

tb7032 opened this issue Oct 2, 2018 · 1 comment

Comments

@tb7032
Copy link

tb7032 commented Oct 2, 2018

Required Information

  • AEM Version, including Service Packs, Cumulative Fix Packs, etc: _AEM 6.4

  • ACS AEM Commons Version: All_

  • Reproducible on Latest? yes

Expected Behavior

Workflow Remover should be able to remove workflows from an AEM 6.4 instance.

Actual Behavior

The code at [1] is hardcoded to traverse the legacy workflows path - see [2] and does not find workflows instances in the AEM 6.4 location beneath /var.

[1] https://github.com/Adobe-Consulting-Services/acs-aem-commons/blob/master/bundle/src/main/java/com/adobe/acs/commons/workflow/bulk/removal/WorkflowInstanceRemover.java

[2] String WORKFLOW_INSTANCES_PATH = "/etc/workflow/instances";

Steps to Reproduce

  • Start a clean (non upgraded) AEM 6.4.1 instance with ACS Commons 3.18.2
  • Run some (non transient) workflows
  • Attempt to purge them with the Workflow Remover
  • The tool will state that no workflows were found or removed (because it has looked under the wrong path)

Links

Links to related assets, e.g. content packages containing test components

@stale
Copy link

stale bot commented Dec 3, 2018

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Dec 3, 2018
@stale stale bot closed this as completed Dec 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants