Community Documentation

4. Developer documentation

Last updated November 28, 2007. Created by Amitaibu on July 2, 2007.
Edited by Michelle, fago. Log in to edit this page.

Workflow-ng builds upon on its own API and the token module, which is used for some provided conditions and actions.

The API allows modules to provide

  • default configurations
  • actions, which may be configurable
  • conditions, which may also be configurable
  • new events, for which conditions and actions can be configured

Furthermore it supports

  • multiple arguments, for actions as well as for conditions
  • dynamic loading of needed arguments
  • condition evaluation which supports logical operations like OR and AND
  • negating conditions or logical operations
  • ordered execution of conditions and actions, controlled with weights
  • form API style configuration and processing of conditions and actions

About this page

Drupal version
Drupal 5.x
Drupal’s online documentation is © 2000-2012 by the individual contributors and can be used in accordance with the Creative Commons License, Attribution-ShareAlike 2.0. PHP code is distributed under the GNU General Public License.