lib/ruote/exp/fe_when.rb in ruote-2.1.10 vs lib/ruote/exp/fe_when.rb in ruote-2.1.11
- old
+ new
@@ -94,19 +94,16 @@
# == :frequency
#
# As said, the default 'check' frequency is 10 seconds. This can be changed
# by using the :frequency (or :freq) attribute.
#
- # sequence do
- #
- # participant 'logistic_unit'
- #
- # _when '${v:/delivery_ok}', :frequency => '2d'
- # # block until delivery is OK (another branch of the process probably)
- # # check every two days
- #
- # participant 'accounting_unit'
- # end
+ # sequence do
+ # participant 'logistic_unit'
+ # _when '${v:/delivery_ok}', :frequency => '2d'
+ # # block until delivery is OK (another branch of the process probably)
+ # # check every two days
+ # participant 'accounting_unit'
+ # end
#
#
# == :frequency and cron notation
#
# It's OK to pass a 'cron string' to the :frequency attribute.