I'd like to execute some custom code when a node is moved from draft to published and vice versa. Drupal core provide hook_node_insert() and hook_node_delete(), which are not triggered by changes in Workbench status - they only respond to new nodes being created, or nodes being deleted. Is there a good way to do this?

Comments

sheldonkreger created an issue.