| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||
A timer that will be bound to the most inner enclosing scope.
Timers can give a signal to an activity instance. The signal will correspond to a transition
or to an event being fired.
An inline list of event listeners
on a timer is a short cut for defining the event separately.
| Nested Element Summary | |
tns:emailType | emailSends an email |
tns:invokeType | invokeInvokes a method on a Java object through reflection. |
| notifyCalls the notify method on an EventListener. |
tns:scriptType | scriptEvaluates a piece of text as a script |
| timerCreates a timer. |
| Attribute Summary | |
string | duedate |
string | repeat |
string | signalRefers to the signal that will be used. |
| Attribute Detail |
stringrequiredqualifiedstringoptionalqualifiedstringrequiredqualified<element name="timer"><complexType></element><choice maxOccurs="unbounded" minOccurs="0">
</choice><attribute name="duedate" type="string" use="required"/><attribute name="signal" type="string" use="required">
</attribute><attribute name="repeat" type="string"/></complexType>
| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||