8 calls to workflow_execute_transition() in Workflow 7.2
- workflownode_node_insert in workflow_node/
workflownode.module - Implements hook_node_insert().
- WorkflowState::deactivate in includes/
Entity/ WorkflowState.php - Deactivate a Workflow State, moving existing nodes to a given State.
- workflow_cron in ./
workflow.module - Implements hook_cron().
- workflow_revert_form_submit in workflow_revert/
workflow_revert.pages.inc - Submit callback function.
- workflow_vbo_given_state_action in workflow_vbo/
actions/ given.action.inc - Implements a Drupal action. Move a node to a specified state in the workflow.
- workflow_vbo_next_state_action in workflow_vbo/
actions/ next.action.inc - Implements a Drupal action. Move a node to the next state in the workflow.
- _workflow_node_initialize_nodes in workflow_admin_ui/
workflow_admin_ui.page.type_map.inc - Initialize all pre-existing nodes of a type to their first state.
- _workflow_rules_set_state in workflow_rules/
workflow_rules.rules-callback.inc - Action implementation: set current state, ignoring current user permission.