Hi, anyone can help ma to write a timer in a start state?
I have error on scheduler or in find the start-state!

I will that a user if not start a workflow in 3 hours..then it changes at the 
next user in list of partecipant at workflow.

<timer name='reminder'
         duedate='3 business hours'
         repeat='5 business minutes'
         transition='time-out-transition' >
         <task swimlane='initiator' name="start" />
         <transition to='choose participants node' />
</timer>

but is difficult to insert this in start state:

<?xml version="1.0"?>
<process-definition name="documento">
  <swimlane name="initiator" />

    <!-- Start of the workflow -->
    <start-state name="start state">
        <task swimlane="initiator" name="start" />
        <transition name="start process" to="choose participants node" />
    </start-state>

any idea how made this?

Thank you so much

                                          
_________________________________________________________________
Curiosità, trucchi e consigli per il tuo Messenger!
http://www.messenger.it
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm
To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm

Reply via email to