Hi @Srinin Were you able to resolve this issue? I tried through Event Listener, ResourceChangeListener, EventHandler and created a workflow and used a launcher to trigger the workflow, none of them worked. In all these cases, the resource is coming up as null.Please let us know if you were able to ...
Hi,I've overlayed this path: `/libs/dam/gui/content/assets/jcr:content/actions/selection/create/items/createworkflow` to `/apps/dam/gui/content/assets/jcr:content/actions/selection/create/items/customcreateworkflow`, and I am pointing `src.uritemplate` to `/apps/test-project/components/commons/creat...
Hi @arunpatidar Even if I overlay workflow.js under /apps, I have to give the clientlib category name as "dam.gui.coral.common.admin.timeline.events.workflow" along with custom clientlb category name; otherwise, this clientlib will not load. Additionally, this clientlib, placed under /apps, loads o...
Hi, I have added a custom dropdown field by overlaying `/libs/dam/gui/content/assets/jcr:content/actions/selection/create/items/createworkflow`, alongside the "Select Workflow Model" option, which appears when the "Create Workflow" button is clicked. Currently, when the "Start" button is clicked, a ...
Hi @mrudul I'm facing similar issue with loading clientlibs. I need to customize the workflow UI, similar to your use case, but the clientlibs aren't loading. Can you please help me identify if I'm missing something on my end?TIA. @EstebanBustamante
Hi @aanchal-sikka I tried impersonating the service user as the initiator, but it didn't work. I obtained 'admin' user session and impersonated using the admin resolver (since the admin user can always impersonate all users) as mentioned in the link below, and it worked.https://stackoverflow.com/qu...
I am utilizing AssetReferenceSearch API to retrieve referenced content fragments.When I execute a workflow on the main content fragment, it includes a process step where I use this API to obtain the referenced content fragments. However, when I programmatically initiate another workflow on these ref...
Hi, We have a content fragment, and there are multiple content fragments referred to within this content fragment. I have a workflow that runs on the content fragment. Now, when a workflow is triggered on the main content fragment, I need to run the workflow on the main content fragment and also on ...