Resuming workflow

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-25-2014 08:55 AM
Hi,
We are currently exploring activiti to use in our project. Out of which one of the topic is how saved workflows are resumed in activiti.
My scenario is service task1 -> catchTimerEvent->Service task2. In this case if the engine crashes in between say after catchTimerEven What happens to the process instance? Does the process Instance get saved in table? If so which table? And how that process instance is resumed ? After resuming does it start from the beginning(in above case service task1) or from the crash point?
Need your Assistance.
Thanks in advance.
-Kanchan.
We are currently exploring activiti to use in our project. Out of which one of the topic is how saved workflows are resumed in activiti.
My scenario is service task1 -> catchTimerEvent->Service task2. In this case if the engine crashes in between say after catchTimerEven What happens to the process instance? Does the process Instance get saved in table? If so which table? And how that process instance is resumed ? After resuming does it start from the beginning(in above case service task1) or from the crash point?
Need your Assistance.
Thanks in advance.
-Kanchan.
Labels:
- Labels:
-
Archive
17 REPLIES 17
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-10-2014 06:04 AM
@Kanchan: more info: http://activiti.org/enterprise-support.html
* The throttling you mention is not in Activiti built-in and would need to be a customisation.
* The throttling you mention is not in Activiti built-in and would need to be a customisation.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-26-2014 09:00 AM
Hi,
For support related queries I found information on following page :
http://www.alfresco.com/services/subscription/technical-support
The support cost is not specified for Departmental and Enterprise Support packages there. Are they free?
Thanks in advance,
Kanchan
For support related queries I found information on following page :
http://www.alfresco.com/services/subscription/technical-support
The support cost is not specified for Departmental and Enterprise Support packages there. Are they free?
Thanks in advance,
Kanchan

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-14-2014 02:06 AM
Hi,
I am getting optimistic locking exception for parallel asynch tasks. When I searched for the solutions, I found there is a way to avoid this exception by introducing camel task. Is it true? or please let me know the other ways, how can I avoid this exception. My workflow is :
start -> fork->parallet task1->join-> end
->parallel task2->
One more query on session management. jbpm has session management on knowledge base where the session is created for each process instance. Do we have similar things in activiti also?
Awaiting your response.
Thanks in advance,
Kanchan
I am getting optimistic locking exception for parallel asynch tasks. When I searched for the solutions, I found there is a way to avoid this exception by introducing camel task. Is it true? or please let me know the other ways, how can I avoid this exception. My workflow is :
start -> fork->parallet task1->join-> end
->parallel task2->
One more query on session management. jbpm has session management on knowledge base where the session is created for each process instance. Do we have similar things in activiti also?
Awaiting your response.
Thanks in advance,
Kanchan
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-17-2014 04:41 AM
Hi Kanchan,
May be you can use exclusive jobs. http://www.activiti.org/userguide/#exclusiveJobs
Regards
Martin
camel task.
May be you can use exclusive jobs. http://www.activiti.org/userguide/#exclusiveJobs
Regards
Martin

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-17-2014 06:38 AM
Waiting for reply on second question from previous thread
"
jbpm has session management on knowledge base where the session is created for each process instance. Do we have similar things in activiti also?
"
"
jbpm has session management on knowledge base where the session is created for each process instance. Do we have similar things in activiti also?
"
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-18-2014 03:47 AM
Hello Kanchan.
I got in touch with jBPM5.X so little that I do not know.
Regards
I got in touch with jBPM5.X so little that I do not know.
Regards

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-18-2014 04:58 AM
Hi Martin,
So in Activiti how sessions are created and managed ? What are different session management strategies ? does engine support multiple sessions ? How is process synchronization handled in a session?
I couldn't fine much information on sessions in Activiti, so thought to ask here itself.
Thanks in advance,
Kanchan
So in Activiti how sessions are created and managed ? What are different session management strategies ? does engine support multiple sessions ? How is process synchronization handled in a session?
I couldn't fine much information on sessions in Activiti, so thought to ask here itself.
Thanks in advance,
Kanchan
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-24-2014 07:42 AM
The reason is simple: we don't use session.
Activiti is 100% stateless and as such using sessions goes against that principle.
Activiti is 100% stateless and as such using sessions goes against that principle.
