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