condition - Define starting condition
Attribute 'condition' is to define starting condition for any 'box' or 'Cmd' app to trigger. Multiple conditions can be grouped together using 'and' or 'or' joins.
Examples
condition: 'none'
condition: 's(Hourly_App) and s(Weekly_App)'
condition: 's(Hourly_App) or s(Weekly_App)'
condition: 'git(https://github.com/atgensoft/sample.git,test)'
In Above examples, s(Hourly_App) means success of Hourly_App.
A2 on GitHub
You may also wish to follow the GitHub project if you have a GitHub account. This is also where we keep the issue tracker for sharing bugs and feature ideas.