Multi-Tenancy: Instantiate a Shared Definition and set tenantId

Hi,

I am trying to start a process instance from a shared process definition and assign a tenantId to the instance. Like they did here:
https://docs.camunda.org/manual/7.5/user-guide/process-engine/multi-tenancy/#instantiate-a-shared-definition

Is this possible in Flowable?

https://blog.flowable.org/2019/01/14/flowable-6-4-1-release/

Multi tenancy improvements to support lookups for process, case, form, and decision table definitions within the tenant, but also allow for a fallback lookup in a default tenant of choice. This makes it possible to share common definitions in a default tenant, and only use tenant specific definitions when necessary.