array ( 'cfg_1' => array ( '#type' => 'configuration', '#altered' => false, '#event' => 'checkout_complete', '#label' => 'Checkout complete', '#active' => 0, '#module' => 'workflow-ng', 0 => array ( '#type' => 'action', '#name' => 'uc_order_action_update_status', '#argument map' => array ( 'order' => 'order', ), '#settings' => array ( 'order_status' => 'processing', ), '#label' => 'Update the order status', ), 1 => array ( '#type' => 'action', '#name' => 'workflow_ng_action_drupal_message', '#settings' => array ( 'message' => 'Your order [order:url] in now being processed.', 'used arguments' => array ( 0 => 'order', ), 'error' => 0, ), '#weight' => '1', '#label' => 'Show a configurable message on the site', ), '#description' => NULL, '#attributes' => array ( ), '#required' => false, '#tree' => false, '#parents' => array ( ), '#recursion' => false, '#fixed' => false, '#execute' => 'workflow_ng_execute_configuration', '#process' => array ( 'workflow_ng_ui_prepare_configuration' => array ( ), ), '#_defaults_applied' => true, 2 => array ( '#type' => 'action', '#name' => 'workflow_ng_action_mail', '#settings' => array ( 'from' => 'you@yourdomain', 'from_args' => array ( ), 'subject' => 'New order needs your attention', 'subject_args' => array ( ), 'message' => 'Hi, A new order ([order:url]) needs your attentions. Cheers, [order:store-link]', 'message_args' => array ( 0 => 'order', ), 'to' => 'admin@site.com', 'to_args' => array ( ), ), '#weight' => '-1', ), '#name' => 'cfg_1', ), )