You are here

constant WORKFLOW_CREATION in Workflow 6.2

Same name and namespace in other branches
  1. 5.2 workflow.module \WORKFLOW_CREATION
  2. 5 workflow.module \WORKFLOW_CREATION
  3. 6 workflow.module \WORKFLOW_CREATION
  4. 7.2 workflow.module \WORKFLOW_CREATION
  5. 7 workflow.module \WORKFLOW_CREATION

@file Support workflows made up of arbitrary states.

2 uses of WORKFLOW_CREATION
workflow_create in ./workflow.module
Create a workflow and its (creation) state.
_workflow_creation_state in ./workflow.module
Return the ID of the creation state for this workflow.

File

./workflow.module, line 8
Support workflows made up of arbitrary states.

Code

define('WORKFLOW_CREATION', 1);