Gyorgy Knyihar wrote:
> Hello,
> 
> Is it possible to query the current (actual) date somehow and use it as a
> condition in and edge? For example if current_date==can_be_ordered_date go to
> node order_it.
> 
> Thanks, Gyorgy

Hi, this should be possible by using a sendevent-action without a time
offset (untested):

<sendevent name="reminder" eventtype="ORDER">
        <triggerdate databit="path.to.canbeordereddate"
                offset="+0d"
                onlyweekdays="false"/>
</sendevent>

and an edge waiting for the event ORDER.

Greetings

-- 
Thomas Schmidt (tschmidt [at] suse.de)
SUSE Linux Products GmbH :: Research & Development :: Internal Tools
"Wer die Vergangenheit kontrolliert, kontrolliert die Zukunft.
Wer die Gegenwart kontrolliert, kontrolliert die Vergangenheit.", 1984


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
swamp-devel mailing list
swamp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/swamp-devel
http://swamp.sf.net 

Reply via email to