Some custom module code was posted here. I think this could be a patch to workbench_moderation_moderate().

#1137262: Integrate with Views Bulk Operations

This should invoke the batch API to avoid timeouts/memory errors. Checkout node_mass_update() as an example:
http://api.drupal.org/api/drupal/modules--node--node.admin.inc/function/...

Comments

devtherock’s picture

StatusFileSize
new1.02 KB

Hi Steve

Here is patch for same. Could anyone test it please.

Thanks

Dev/Kuldev

stevector’s picture

Status: Active » Needs work

This will need to integrate with Batch API to avoid timeouts and memory errors on large lists of nodes.

bojanz’s picture

Status: Needs work » Closed (won't fix)

VBO no longer supports hook_node_operations() / hook_user_operations(). Feel free to use core actions, or Rules.