Milestone based plan item routing

In general, a item is permitted when any entry sentry meets all of its requirements. In other words, the criteria on any sentry is ANDed and sentries are ORed together. So you can do something like this:

  • the user can either complete two tasks to fill in a name and address or complete a long form
  • If the user elects to fill in the name and address, the long from task gets cancelled once the address is complete and work history begins
  • If the use elects to fill in the long form, it cancels any activated name and address tasks and work history begins.