Hello,
Is there any option to pass only required variables from the context?
I want to optimize my Zeebe workers and reduce the number of fields received in an ActivateJobsResponse. Since my worker doesn’t require all the variables from the context i want to filter them on Zeebe side in order to reduce amount of data transmitted over the network.
Thanks