I have been looking into passing a custom identifier along with my new process instantiation. My use case is that I want this identifier at the record exporter level to be able to create custom indexes using my configured exporters.
I believed I could use interceptors for that, to inject the identifiers. but that didn’t work. Passing my identifier as Process instance creation time, also only populated then for jobType= variable only.
My usecase is similar to how tenantId is passed through out all zeebe events, I want to be able to achieve that. is there any solution for this?
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.