Author |
Message
|
aronimink |
Posted: Mon Nov 19, 2007 9:00 am Post subject: Process finishes before the last activity |
|
|
Apprentice
Joined: 03 Jan 2006 Posts: 26
|
Is it possible that the process instance finishes before the last activity finishes (syncronized)? This does not happens all the time, but it occasionally happens. This also only happens activity successfully completed. If activity has error, instance remains until successful finish.
As a result I am getting "FMC00118E Object does not exist"
Any suggestion to stop the zombie?
Thanks in advance. |
|
Back to top |
|
 |
jmac |
Posted: Sat Nov 24, 2007 6:15 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
I am not sure I am following exactly what you are saying. BUT... it sounds to me like you may have a problem with an Exit condition. _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
aronimink |
Posted: Mon Nov 26, 2007 12:53 pm Post subject: |
|
|
Apprentice
Joined: 03 Jan 2006 Posts: 26
|
Let me explain again, when the last activity of sub-process finishes, the parent process is already gone.
Is it possible that the parent process finishes prior to sub-process?
Thanks |
|
Back to top |
|
 |
tleichen |
Posted: Mon Nov 26, 2007 1:03 pm Post subject: |
|
|
Yatiri
Joined: 11 Apr 2005 Posts: 663 Location: Center of the USA
|
|
Back to top |
|
 |
jmac |
Posted: Mon Nov 26, 2007 1:12 pm Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
Now what I am hearing is this:
I have a parent process which contains a (sub)Process activity. This (sub)Process activity is the last activity of the parent process. At the point that the final activity of the sub process completes the parent process is no longer in existence SOMETIMES.
If this is correct, I would open a PMR, as this seems to be strange behavior to me. _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
aronimink |
Posted: Mon Nov 26, 2007 1:30 pm Post subject: |
|
|
Apprentice
Joined: 03 Jan 2006 Posts: 26
|
Tleichen, thanks for the info, but it looks not related.
Quote: |
I have a parent process which contains a (sub)Process activity. This (sub)Process activity is the last activity of the parent process. At the point that the final activity of the sub process completes the parent process is no longer in existence SOMETIMES. |
Yes, JMAC. That is it.
Since it is the last activity(no impact) and occurs ocationally,
I am just ignoring the error.
Thanks |
|
Back to top |
|
 |
hos |
Posted: Tue Nov 27, 2007 4:25 am Post subject: |
|
|
Chevalier
Joined: 03 Feb 2002 Posts: 470
|
In your FDL
- check whether the autonomy setting of your process is CONTROL
- check whether you are using Synchronization CHAINED
I am NOT saying that this would explain everything but it could give me a trace. |
|
Back to top |
|
 |
|