Expand my Community achievements bar.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Custom workflow going stale in workflow launcher

Avatar

Former Community Member

I want to trigger a workflow automatically when I upload files to a certain folder.

The workflow is launching when an asset is uploaded, however it's going stale. If I explicitly activate the workflow

on the asset then it runs successully.

 

I set the event type to "created" and the nodetype to "nt:file".

What could be the issue here?

1 Accepted Solution

Avatar

Correct answer by
Level 10

OOB dam update workflow triggers when you upload to any folder below /content/dam,  If you have configured launcher for any folder below /content/dam then it is expected because you are trying to run 2 workflow for same payaload at same time which is not supported. In that case call your workflow at the end of dam update workflow.

 

If it is not /content/dam then logs whould give enough information why it is failing & fix issue accordingly.

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

OOB dam update workflow triggers when you upload to any folder below /content/dam,  If you have configured launcher for any folder below /content/dam then it is expected because you are trying to run 2 workflow for same payaload at same time which is not supported. In that case call your workflow at the end of dam update workflow.

 

If it is not /content/dam then logs whould give enough information why it is failing & fix issue accordingly.