Assign workflow to media library

Lorenz Lammersdorf asked on October 24, 2017 13:18

Hi all,

is there a way to assign a workflow to media libraries? I try to run a workflow every time a file of a certain type is added to a media library.

Cheers Lorenz

Correct Answer

Brenden Kehren answered on October 24, 2017 14:31

Out of the box, workflow and media library files/folders do not work. You would have to create your own global handler or custom module for this.

Another option is to evaluate the file types and effort vs. return on building your own vs. placing the files in the content tree. I understand this is not the optimal place for them but if workflow already exists, it should at least be a consideration to review/evaluate.

0 votesVote for this answer Unmark Correct answer

Recent Answers


David te Kloese answered on October 24, 2017 14:32

I guess you'll have to use code and create a global object event handler

more info: https://docs.kentico.com/k10/custom-development/handling-global-events/reference-global-system-events

Object type is probably the MediaFileInfo

0 votesVote for this answer Mark as a Correct answer

Lorenz Lammersdorf answered on October 24, 2017 14:33

thanks guys, i think that pushes me in the right direction.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.