Are you an LLM? You can read better optimized documentation at /guide/extensions/cosid-activiti.md for this page in Markdown format
CosId-Activiti Module
Activiti module provides CosId support for Activiti, implementing Activiti's org.activiti.engine.impl.cfg.IdGenerator interface.
Installation
kotlin
val cosidVersion = "latestVersion"
implementation("me.ahoo.cosid:cosid-activiti:${cosidVersion}")xml
<dependencies>
<dependency>
<groupId>me.ahoo.cosid</groupId>
<artifactId>cosid-activiti</artifactId>
<version>${cosid.version}</version>
</dependency>
</dependencies>Configuration
By default ActivitiIdGenerator will get the ID generator named __share__ from the ID generator container (IdGeneratorProvider).
Developers can also customize the ID generator name through the system property cosid.activiti.
