Welcome Guest! Log in
×

Notice

The forum is in read only mode.
Due to some maintenance operations, stambia.org will be switched to read-only mode during the 13th November. It will be possible to read and download, but impossible to post on the forums or create new accounts. For any question please contact the support team.

Topic-icon Question use sleep

More
18 Aug 2015 11:32 - 18 Aug 2015 11:35 #1 by alexa
alexa created the topic: use sleep
Hi
I try to use sleep .
I had a condition , if it's false it go to a sleep with bind link (condition=='false' successful /not mandatory) , wait 1 hour and must retry the condition with a successful link (successful / mandatory), but it does'nt.
What are the godd option in order it's working?

thanks
Last Edit: 18 Aug 2015 11:35 by alexa.
More
18 Aug 2015 13:50 #2 by Thomas BLETON
Thomas BLETON replied the topic: use sleep
Hi,
This is possibly due to a combination of link types.
Can you please provide a screenshot of the mapping ? it will be easier to understand the flow.
More
18 Aug 2015 14:34 #3 by alexa
alexa replied the topic: use sleep
Hi,
you can see screen shot in attachements?

thanks
More
18 Aug 2015 14:35 #4 by alexa
alexa replied the topic: use sleep
Hi,
you can see screen shot in attachements?

thanks
More
18 Aug 2015 14:42 - 18 Aug 2015 14:42 #5 by Nicolas Verscheure
Nicolas Verscheure replied the topic: use sleep
Last Edit: 18 Aug 2015 14:42 by Nicolas Verscheure.
More
18 Aug 2015 14:47 - 18 Aug 2015 14:59 #6 by alexa
alexa replied the topic: use sleep
here the attachements


This attachment is hidden for guests.
Please log in or register to see it.


it's not working with file.RTF, or too much heavy but .pdf OK

This message has an attachment file.
Please log in or register to see it.

Last Edit: 18 Aug 2015 14:59 by alexa.
More
18 Aug 2015 14:58 #7 by Nicolas Verscheure
Nicolas Verscheure replied the topic: use sleep
Impossible to see attachment. Check your image size .
More
18 Aug 2015 15:17 #8 by Thomas BLETON
Thomas BLETON replied the topic: use sleep
Hi, thanks for the PDF file.
If I understand well what you are trying to do, it seems that the "Triggering behaviour" of some links prevent the process from working.
Try to do the following :
- set the "Début" action as the Begin Action (not the GO_DAC_VENTES)
- set the 2 links which have "GO_DAC_VENTES" as a target to "Not Mandatory" (otherwise each iteration will wait for more executions of Début and Sleep)
- set the 3 links which have "Mail KO" as a target to "Not Mandatory" (otherwise the Mail KO will never be triggered)
- set the 2 links which have "End" as a target to "Not Mandatory" - for the same reason

If this does not solve the problem please provide an updated screenshot (JPG/PNG images or PDF files lower than 500k)
More
18 Aug 2015 16:10 #9 by alexa
alexa replied the topic: use sleep
Hi,
i do what you can see on attachement

This attachment is hidden for guests.
Please log in or register to see it.


I did'nt understand the logical, if you make a link Debut to Process1 (successful / manditory) and Debut to DAC_VENTES (successful / not mandatory), the process will begin even if the condition GO_DAC_VENTES is false, it's not what i want.

thanks to your reponse

This message has an attachment file.
Please log in or register to see it.

More
18 Aug 2015 17:11 #10 by Thomas BLETON
Thomas BLETON replied the topic: use sleep
Why adding the link between Début and Process1 ?
You are totally right : this link prevents GO_DAC_VENTES from executing and the condition becomes useless.
Try removing this link.