Thanks for your response @Mahedi_Sabuj but unfortunately it seems like I am still missing something. Following the document I created the JSON structure in this way. {
"properties": {
"cq:model": "/conf/xx/xx/xx/settings/dam/cfm/models/sample-model",
"title": "Sample Model",
"descrip...
I am trying to create a content fragment with some pre-filled values of content fragment model datatype using Assets API. I am unsure on the format of JSON I need to place in the Body. As per the doc its stating to include the JSON format but it is not working for me. Creation of CF is happening wit...
Hi @SantoshSai I am trying to avoid the inclusion of an additional process step just for redirection. I think if I call a custom workflow process step I could get the payload from any of the available objects and possibly use a requestresponsefactory OSGI service to redirect but at the cost of an ad...
In one of the OR step in my workflow I want to bring the annotate function for users. When the user click the annotate option I would like to redirect to the 'mnt/overlay/dam/gui/content/assets/annotate.html' appended with the payload. whats the easiest way to bring page redirect. Do I need to call ...