Posted: Wed Jan 18, 2006 12:26 am Post subject: Doubt on Process Instance
Apprentice
Joined: 04 Jan 2006 Posts: 26
Say I have a process instance that is currently active. If the system crashes does all the process instances terminate. Can I not resart it from the point of failure?
1. what do you mean by system crash? If a MQWF server crashes this is a
fatal product error that needs to be analyzed. If your program
implementation crashes this is bussiness as usual in terms of workflow:
your workitem goes into state InError and you can restart it.
2. MQWF is a transactional system that keeps all state information in the
database. No information will be lost even if the system should crash.
There is no automatic termination of process instances when MQWF
servers terminate (be it planned or by error).
I suggest you read the MQWF Concepts and Architecture book to become more familiar with the design concepts of MQWF.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum