Hi,
You can use jpdl tag <create-timer.... >
check next url for more information
http://docs.jboss.org/jbpm/v3/userguide/jpdl.html#create.timer.element
Regards,
Stefan
Federica Boffa wrote:

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


------------------------------------------------------------------------
Doretta Doretta ti "cerca"! Vieni a trovarla sul suo Spaces! <http://doretta82live.spaces.live.com/>
------------------------------------------------------------------------

_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm
To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm







_______________________________________________
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