HELP! Set timer workflow start-state

View: New views
2 Messages — Rating Filter:   Alert me  

HELP! Set timer workflow start-state

by Federica Boffa :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.

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!
_______________________________________________
ECM mailing list
ECM@...
http://lists.nuxeo.com/mailman/listinfo/ecm
To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm

Re: HELP! Set timer workflow start-state

by Stefan Dimov :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
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!

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








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