03-03-2011 04:42 PM
03-04-2011 01:55 AM
03-04-2011 04:18 AM
03-04-2011 11:01 AM
11-21-2011 07:14 AM
11-21-2011 09:14 AM
1. As I understand it is not possible to pause/restart the PI [process instance] in the acitviti, but is it on road map?What do you mean by pause/restart? Do you mean at a waitstate in the process or somewhere else?
3. Acitivi uses a database to store runtime variables of currently running processes. In case of a (system) failure after the engine is restarted activiti should continue execution of the processes using the state information from the database. Is it possible to programmatically stop the engine or engine is not meant to be stopped and that is a case of stopping JVM? I couldn't find an example anywhere and also there is no section in the user guide that covers that.ProcessEngine.close()
11-21-2011 12:51 PM
1. As I understand it is not possible to pause/restart the PI [process instance] in the acitviti, but is it on road map?What do you mean by pause/restart? Do you mean at a waitstate in the process or somewhere else?
What I meant was pausing execution of a PI anywhere in the process in order to stop the engine. So any tasks beeing executed in the background could perform any clean up (if required). Taking into account your reply and because it is closely related to the following question, please see below.ProcessEngine.close();
11-22-2011 03:02 AM
the default behavior of activiti is to persist at these waitstates. Everything in between of two waitstates happens in a single transaction (either succeeds or fails atomically).
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.