You are here

README.txt in Workflow 7.2

WORKFLOW NODE
=============
When using the conventional 'Workflow Node API', Rules should be triggered upon
the workflow-specific 'transition post' event.

WORKFLOW FIELD
==============
As of Workflow 7.x-2.0, alternative 'Workflow Field API' is available. There
is no need to enable this module if you use Workflow Field.
You can add a Rule using:
- After saving a new workflow scheduled transition
- After updating an existing Entity
The 'transition post' hook is not called for Workflow Field, since at that
moment in the update process, the data is not saved yet.

File

workflow_rules/README.txt
View source
  1. WORKFLOW NODE
  2. =============
  3. When using the conventional 'Workflow Node API', Rules should be triggered upon
  4. the workflow-specific 'transition post' event.
  5. WORKFLOW FIELD
  6. ==============
  7. As of Workflow 7.x-2.0, alternative 'Workflow Field API' is available. There
  8. is no need to enable this module if you use Workflow Field.
  9. You can add a Rule using:
  10. - After saving a new workflow scheduled transition
  11. - After updating an existing Entity
  12. The 'transition post' hook is not called for Workflow Field, since at that
  13. moment in the update process, the data is not saved yet.