Advanced: Remove successfully completed Videos from Queue

This sample rule removes items from the queue as soon as they have successfully finished processing. The Script used to achieve this is as follows:

on action(this_video)

if status of this_video is Completed then

remove this_video

end if

end action

 

Have more questions? Submit a request

0 Comments

Article is closed for comments.
Powered by Zendesk