Skip to content

Activity UnLock Functions

rbrewer edited this page Oct 16, 2011 · 6 revisions

Supported Activity Unlocking Functions

  • completedAllOf(aCategory.name)
  • completedSomeOf(someNumber, aCategory.name)
  • completed(aTask.name)
  • afterPublished()
  • True
  • False

The above functions(with arguments) could be stored in the "Depends_on" field of the activity/commitment.

If the return value of the function is True, the activity/commitment is unlock.

For names, it is important to quote the string, or it will not work and prevent the grid from rendering

Clone this wiki locally