README.txt 568 B

1234567891011121314
  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.