Custom workflow going stale in workflow launcher | Community
Skip to main content
October 16, 2015
Solved

Custom workflow going stale in workflow launcher

  • October 16, 2015
  • 1 reply
  • 562 views

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?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Sham_HC

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.

1 reply

Sham_HC
Sham_HCAccepted solution
Level 10
October 16, 2015

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.