Expand my Community achievements bar.

Applications for the 2024-2025 Adobe Experience Manager Champion Program are open!

Offloading and Custom Workflow

Avatar

Level 5

Hello,

I have a case where on upload I need a custom workflow to kick off.

However with Offloading incorporated in this I want the offloading instances to also do my custom workflow as well. For

now it's only doing DAM Update Asset. What do I need to do to replicate this workflow to my offloading instances as well?

Rebuild workflow model and bundles?

 

Thanks!

7 Replies

Avatar

Level 10

Can you describe your use case in more detail - what are you uploading? A dam Asset? 

Avatar

Level 10

"On upload I need a custom workflow to kick off"

You can use a JCR Event handler to respond to when a file is uploaded. Then use the Workflow API (in the event handler) to invoke a workflow when a file is uploaded. 

Avatar

Level 5

smacdonald2008 wrote...

"On upload I need a custom workflow to kick off"

You can use a JCR Event handler to respond to when a file is uploaded. Then use the Workflow API (in the event handler) to invoke a workflow when a file is uploaded. 

 


Sorry Scott think you've misunderstood here.

I have a custom workflow that ALREADY kicks off when I upload an asset. The issue is I don't want this workflow

to run on my main instance. I want it to be offloaded to my offloading instances so all the processing can be done there.

Hope this helps.