AEM Workflow - Conditionally trigger on lastReplicationAction
Hello there,
I have a workflow that conditionally will be triggered once "cq:lastReplicationAction == Activate"
Issue is:
this property is stored with this value, and therefore does not represent exclusively when the page was published. therefore any other action such as submitting a dialog will also trigger the workflow.
Is there any way to solve this such as cleaning the property or verifying another property?
thanks in advance!