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

Lifecycle Job Rules: handle unchanged files without iteration. #32

Open
koechlm opened this issue Nov 16, 2023 · 0 comments
Open

Lifecycle Job Rules: handle unchanged files without iteration. #32

koechlm opened this issue Nov 16, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@koechlm
Copy link
Owner

koechlm commented Nov 16, 2023

Unchanged files should not increase iterations; today, user rule execution allows the management of changed/unchanged files, whereas lifecycle-driven rule execution creates new file iterations in all cases.

  • consider implementing an admin option like user rule administration offers; this would allow enforcing an undo check-out even if the file dirtied during the rule execution
  • consider dynamically handling the file according to the dirty state at the end of the rule execution.
  • consider combining both, for the highest flexibility: handle dynamically, but respect a preference of saving/not-saving in case of modifications (dirty flag).
    The combination might be of value for user rules as well.
@koechlm koechlm added the enhancement New feature or request label Nov 16, 2023
@koechlm koechlm self-assigned this Nov 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant