khalilj / sarasvati

Automatically exported from code.google.com/p/sarasvati
0 stars 0 forks source link

Support for delaying node tokens. #75

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Node token guards should allow delays.

Allow guards like:

IF NOT isShipmentReady THEN 
  delay until 10 minutes after now 
ELSE IF ShipmentCancelled 
  Discard
ELSE
  Accept

Original issue reported on code.google.com by plor...@gmail.com on 2 Dec 2012 at 7:44