Index: userguide/src/en/chapters/ch07-BPMN.xml =================================================================== --- userguide/src/en/chapters/ch07-BPMN.xml (revision 3132) +++ userguide/src/en/chapters/ch07-BPMN.xml (working copy) @@ -928,11 +928,15 @@ A timer start event is used to create process instance at given time. It can be used both for processes which should start only once and for processes that should start in specific time intervals. + Note: a subprocess cannot have a timer start event. + + Note: start timer event is scheduled as soon as process is deployed. There is no need to call startProcessInstanceByXXX, although calling start process methods is not restricted and will cause one more starting of the process at the time of startProcessInstanceByXXX Invocation. + .