Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

defaultExecutorType= Batch is not working in ACTIVITI

Rahul
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 2, 2020

Hi,

So basically i am using ACTIVITI (Workflow Engine) 7 engine and ACTIVITI engine internally uses mybatis as ORM.

As we know by default defaultExecutorType is SIMPLE .

I am able to work when defaultExecutorType is SIMPLE and it is also committing data in database (also work with defaultExecutorType = REUSE).
but the time when i set defaultExecutorType type BATCH in configuration it is not committing data in database.

This is configuration i have set in ACTIVITI engine. (org.activiti.db.mapping.mapping.xml) in activiti-engine-7.0.0.GA.jar

 

  <settings>
<setting name="lazyLoadingEnabled" value="false" />
<setting name="defaultFetchSize" value="1000" />
<setting name="defaultExecutorType" value="BATCH" />
</settings>

So i am doing something wrong? or i have to set some parameter to like batch size etc.

Please suggest me.

1 answer

0 votes
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 2, 2020

I think you should start by explaining what this has to do with Atlassian stuff?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events