Good afternoon, I have the following question:
We are creating content fragments from the Author Assets API, but we do not know how we can publish it as soon as we create it, since the checks we do are in the "Publish" environment, therefore, we cannot validate that Content Fragment without first publish it manually.
The question is... Is there any way to publish it automatically?
Thank you so much.
Solved! Go to Solution.
Views
Replies
Total Likes
hi @Alex_Terinte ,
In AEM, when creating Content Fragment
using the Author Assets API, you can set the workflow model to automatically publish the Content Fragment upon creation. This way, you can ensure that the Content Fragment is published without manual intervention.
Here are the steps to configure automatic publishing of Content Fragments:
Create a custom workflow model:
Invoke the workflow model during Content Fragment creation:
Hi @Alex_Terinte
It is possible using Workflow Launcher or Writing custom Event Lister to replicate on create event.
hi @Alex_Terinte ,
In AEM, when creating Content Fragment
using the Author Assets API, you can set the workflow model to automatically publish the Content Fragment upon creation. This way, you can ensure that the Content Fragment is published without manual intervention.
Here are the steps to configure automatic publishing of Content Fragments:
Create a custom workflow model:
Invoke the workflow model during Content Fragment creation:
@MayurSatav
Thank you so much!
Thank you for explaining it in such detail.
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies