Hi expert,
I deployed flowable engage with multi-tenant feature. There is error when I try to create a message in a conversation.
Caused by: org.flowable.common.engine.api.FlowableobjectNotFoundException: no deployed template definition found with key ‘processMessage’
Stack trace shown that createMessage method in ProcessMessageUtil.class does not pass the tenant id. Is this a flowable bug?