Hello,
If I schedule publication for asset A at path /content/dam/test/article-a, it creates the scheduled activation workflow as expected. Now let's assume it is scheduled to be published at 3 PM. Let's assume I missed one change while editing, so I made the change and marked it to be published at 3:05 PM, so it would trigger another workflow. Now because of the scheduled activation workflow, it would trigger publication at 3:00 PM for asset A and another publication at 3:05 PM for the same asset.
To avoid double publication, is there any easier way for the editors to see if there is any existing running workflow for the asset? Considering there are huge amount of editors and want to avoid too many technicalities for them.
OR
Is there any OOTB way to remove the old running workflow if the payload is the same? Or will I need to write a custom workflow step to check all running workflow and remove if the payload matches?
Thanks!