AI OnAI Off
You could probably use an initialisation module to hook into the approval engine Started event. If the content thats changed is only the properties you that do not need to be reviewed then you could approve the entire sequence which would then push the content into the ready to publish state so editors could publish straight away.
https://world.episerver.com/documentation/Class-library/?documentId=cms/10/15F5206C
We have approval sequences (workflow) setup for all of our pages. However, there are many fields that we update which do not need the attention of our reviewers.
Is there a way to exclude some properties from triggering the approval sequence? The expectation is that once any of these properties are changed, the editor, or someone with appropriate rights, would still need to publish.
Thank you!