Hi, Is there a way to access workflow event type or workflow launcher details in backend java workflow process step?
Usecase: We have multiple workflow launchers (created, modified, deleted) using the same workflow model. Based on type of event, we need to take different action within the workflow...
Thanks for the response @arunpatidar.
Is there any way we can call /bin/querybuilder.json from a sling servlet? I was thinking may be we can have a sling servlet (tied to a resource page) which has some authentication (CUG or ACL)?
Hi, We need to provide restricted access to AEM's query-builder json API to a 3rd party app. How can we add some sort of authorization/access restriction around this path: /bin/querybuilder.json.
We can't make it publicly accessible for security considerations.
Hi All,We have a business requirement to expose content from enterprise AEM dam to a 3rd party system. Currently they have 1 AEM Asset instance with close to 20K assets and 70 authors. Current deployment only has 1 Author Server ( No Publish or dispatcher setup). Can we directly expose secured conte...
Hi All, We have a use-case where we are exposing AEM DAM to an internal 3rd party app. We want to track if assets in AEM are being used/referenced in the 3rd party application. Is there any way we can programmatically update Asset references in AEM? I have already looked into Asset Manager API and c...
Hi @Lavanya_Pejjayi , Thanks for your reply. Assets share commons is more of a GUI based solution. We need an API which can be consumed from a 3rd party system. Does asset share commons exposes an API as well? I could not find anything in documentation.