How to set TenantId AutoDeployment

how to set tentanId when spring auto deployment process, or flowable can set tenantId when auto deployment ?

Hi mzhifu.

You can try to implement your own org.flowable.spring.configurator.AutoDeploymentStrategy and configure ProcessEngine to use it.
(an example org.flowable.spring.configurator.DefaultAutoDeploymentStrategy)

Regards
Martin

OK, thank you very much .