activti support ROWLOCK?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2016 01:27 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2016 03:05 AM
I'm wondering why you are asking this, I mean when you work with Enterprise platforms similar to Activiti or Alfresco you should never consider the specific supported storage system that you have behind the API.
Enterprise systems allows you to directly work using an API without considering any constraints or capabilities related to the database or the file system that is a huge good point.
In any case, if Activiti supports rowlock or not, your way to create your own Workflow platform will not change at all.
Anyway if you want more details about the Activiti database you can take a look at this thread in the community:
Hope this helps

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2016 03:19 AM
thank you for your reply!
i do pressure test,i fond activiti excute "select * from ACT_RU_VARIABLE where TASK_ID_ = ? and NAME_= ?" failed! ,because tatble [ACT_RU_VARIABLE ] is locked!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2016 03:20 AM
Could you please describe your environment?
- Activiti edition and version
- Operating system
- DBMS
and all the details that you can share with us.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2016 04:37 AM
Activiti version = 5.20
System:
name=windows7_x64
coreNum=4
memory=12G
DBql server 2014
