defaultExecutorType= Batch is not working in ACTIVITI

Rahul 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-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
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