Hi,
I was hoping that someone could help I haven't created a custom workflow before but I wanted to create one that checks to see if assets is published or not and moves it to a folder if it isn't published, so it can be reviewed. I know that I can use cq:lastReplicationAction that should tell me if an asset is published or unpublished.
Any help or documents would be greatly appreciated.
LB_PC
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @LB_PC
yes you can use cq:lastReplicationAction property to know replication status .
rRefer this documentation: https://experienceleague.adobe.com/docs/experience-manager-65/developing/platform/query-builder/impl...
and for asset move you can use asset manager api’s moveAsset method
hope this helps!!
Thanks
Dipti
Hi @LB_PC
yes you can use cq:lastReplicationAction property to know replication status .
rRefer this documentation: https://experienceleague.adobe.com/docs/experience-manager-65/developing/platform/query-builder/impl...
and for asset move you can use asset manager api’s moveAsset method
hope this helps!!
Thanks
Dipti
I'm sure this method works as well but I guess I'm just not that familiar with the API.
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies