You are here

7 calls to workflow_node_current_state() in Workflow 5.2

workflow_execute_transition in ./workflow.module
Execute a transition (change state of a node).
workflow_field_choices in ./workflow.module
Get the states one can move to for a given node.
workflow_form_alter in ./workflow.module
Modify the node form to add the workflow field.
workflow_ng_condition_workflow_transition_is in contrib/workflow_workflow_ng/workflow_workflow_ng.module
workflow_nodeapi in ./workflow.module
Implementation of hook_nodeapi().
workflow_tab_page in ./workflow.module
Menu callback. Displays the workflow information for a node.
workflow_transition in ./workflow.module
Validate target state and either execute a transition immediately or schedule a transition to be executed later by cron.