Bachir Soussi Chiadmi 092758ecb0 updated i18n i10n_update workflwo imachecache_actions 3 years ago
..
README.txt a44ba1e90b updated workflow module to last dev 7 years ago
workflow_rules.field.inc a44ba1e90b updated workflow module to last dev 7 years ago
workflow_rules.info 092758ecb0 updated i18n i10n_update workflwo imachecache_actions 3 years ago
workflow_rules.module a44ba1e90b updated workflow module to last dev 7 years ago
workflow_rules.node.inc a44ba1e90b updated workflow module to last dev 7 years ago
workflow_rules.rules-callback.inc a44ba1e90b updated workflow module to last dev 7 years ago
workflow_rules.rules.inc a44ba1e90b updated workflow module to last dev 7 years ago
workflow_rules.workflow.inc a44ba1e90b updated workflow module to last dev 7 years ago

README.txt

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.