Author |
Message
|
Ratan |
Posted: Thu May 08, 2003 12:26 pm Post subject: Join Question |
|
|
 Grand Master
Joined: 18 Jul 2002 Posts: 1245
|
I am planning to have a join activity with condition all incoming connections true. I want to know what the process state will be in if that join activity never gets executed because all the incoming connectors were not evaluated to true(all are evaluated, but not to true).
I am hoping the process state would be in finished state. Want to know the facts before I start modelling it.
-Ratan. |
|
Back to top |
|
 |
jmac |
Posted: Thu May 08, 2003 2:05 pm Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
Ratan:
If that is not the case you will have found a bug. I have always found this to be true... GENERALLY though it is because some one calls me and complains that their process disappeared , not by design as is what you want.
This should work fine for you
GOOD LUCK _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
Ratan |
Posted: Thu May 08, 2003 3:05 pm Post subject: |
|
|
 Grand Master
Joined: 18 Jul 2002 Posts: 1245
|
Thanks John,
Just in time. I was going to model it and test it for myself, but then thought I would see if anybody replied and there it is.
I am having a condition where if all the incoming connectors are true, I should execute one Join activity and if at least one is false I should execute the other. Was wondering what the process state would be if either route is taken. Happy that it will be in finished state.
-Ratan. |
|
Back to top |
|
 |
jmac |
Posted: Thu May 08, 2003 3:16 pm Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
Ratan:
Just to be sure we are on the same page:
What I am saying is I have Act1, Act2, Act3 in parallel with a join at Act4.
Act5 follows act 4.
If Act4 start condition is "All incoming connectors are true" IF any one of the conditions from 1 2 or 3 is false, Act4 and 5 will never run and The instance is in a Finished state. If they are all true act4 will ready and act5 will ready when act4 completes. _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
Ratan |
Posted: Thu May 08, 2003 3:31 pm Post subject: |
|
|
 Grand Master
Joined: 18 Jul 2002 Posts: 1245
|
Quote: |
IF any one of the conditions from 1 2 or 3 is false, Act4 and 5 will never run and The instance is in a Finished state. |
That is exactly what I need.
I will have control connectors from 1 2 3 to Act6 and the start condition will be atleast one is true. That way I can have Act6 and series of activities after it executed, never get to execute Act 4 and act5 and get the process to Finished state.
-Thanks Ratan. |
|
Back to top |
|
 |
|