Unable to use com.flowable.core.app.api.CoreAppRepositoryService

I am unable to import com.flowable.core.app.api.CoreAppRepositoryService package.
I am using flowable open-source and spring boot.

Hi @AkaiIto

Packages which start with com.flowable are part of Flowable enterprise and not OSS.
Therefore CoreAppRepositoryService is not available in Flowable OSS.

Regards,
Simon

Hi @amporsim,

What is alternative for this in OSS?

Regards

you can use org.flowable.app.engine.impl.AppRepositoryServiceImpl

1 Like