The IF condition type does not work with > & < operators. The DB stores > / < for these operators and because of this the task MaestroTaskTypeIf fails during execute with the error
Notice: Undefined variable: useTrueBranch in MaestroTaskTypeIf->execute() (line 403 of /Library/WebServer/Documents/d7/sites/all/modules/maestro/maestro_tasks.class.php).
Notice: Undefined variable: useTrueBranch in MaestroTaskTypeIf->execute() (line 410 of /Library/WebServer/Documents/d7/sites/all/modules/maestro/maestro_tasks.class.php).
Comments
Comment #1
sukr_s commentedpatch available at http://drupal.org/node/1994182#comment-7409144
Comment #2
_timpatrick commentedCommitted, thanks