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

Support for option to suppress status updates in replication workflow processes #3166

Closed
josephrignanese opened this issue Aug 26, 2023 · 2 comments
Assignees

Comments

@josephrignanese
Copy link
Contributor

Required Information

  • [/] AEM Version, including Service Packs, Cumulative Fix Packs, etc: all
  • [/] ACS AEM Commons Version: 6.0.14
  • [/] Reproducible on Latest? yes

Expected Behavior

This is an enhancement request.

Occasionally it may be desirable to have a workflow process replicate something without updating the replication status.

Currently there are 3 workflow process steps in ACS commons that trigger for replication, but none of these have an option to toggle ReplicationOptions.setSuppressStatusUpdate

I am proposing we introduce a new process step argument option suppressStatusUpdate which can be set to true or false to toggle the ReplicationOption. The default behaviour when not present would be to not make any call to the setter method.

The classes I am proposing to modify are:
com.adobe.acs.commons.workflow.process.impl.ParameterizedActivatePageProcess
com.adobe.acs.commons.workflow.process.impl.ParameterizedDeactivatePageProcess
com.adobe.acs.commons.workflow.process.impl.ReplicateWithOptionsWorkflowProcess

Actual Behavior

N/A

Steps to Reproduce

N/A

Links

N/A

@josephrignanese
Copy link
Contributor Author

josephrignanese commented Aug 26, 2023

I'll work on a PR for this shortly, so feel free to assign it to me.

@josephrignanese
Copy link
Contributor Author

PR #3182

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