The timer is triggered
60 seconds after the process instance starts. If Activity A has not
completed when the timer fires, then the transition to the Stop node
is traversed. This causes the instance to be stopped with a status
of
Timeout
. If Activity A completes
before 60 seconds, then the transition to the Stop node is traversed.
This causes the instance to be stopped with a status of Success.