Deploy a workflow with length greater than 64k got a error

Hi
does the zeebe has the limits that can’t deploy bpmn length greater than 64k?
broker version 0.20.1

11:19:54.859 [io.zeebe.gateway.impl.broker.BrokerRequestManager] [172.20.64.11:26501-zb-actors-0] ERROR io.zeebe.util.actor - Actor failed in phase 'STARTED'. Continue with next job. 
java.lang.IllegalStateException: length > maxValue for type: 66053 
	at io.zeebe.protocol.record.ExecuteCommandRequestEncoder.putValue(ExecuteCommandRequestEncoder.java:333) ~[zeebe-protocol-0.20.1.jar:0.20.1] 
	at io.zeebe.protocol.impl.encoding.ExecuteCommandRequest.write(ExecuteCommandRequest.java:161) ~[zeebe-protocol-impl-0.20.1.jar:0.20.1] 
	at io.zeebe.gateway.impl.broker.request.BrokerExecuteCommand.write(BrokerExecuteCommand.java:79) ~[zeebe-gateway-0.20.1.jar:0.20.1] 
	at io.zeebe.transport.impl.sender.TransportHeaderWriter.wrapRequest(TransportHeaderWriter.java:66) ~[zeebe-transport-0.20.1.jar:0.20.1] 
	at io.zeebe.transport.impl.ClientOutputImpl.sendRequestWithRetry(ClientOutputImpl.java:114) ~[zeebe-transport-0.20.1.jar:0.20.1] 
	at io.zeebe.gateway.impl.broker.BrokerRequestManager.sendRequestInternal(BrokerRequestManager.java:149) ~[zeebe-gateway-0.20.1.jar:0.20.1] 
	at io.zeebe.gateway.impl.broker.BrokerRequestManager.lambda$sendRequest$4(BrokerRequestManager.java:141) ~[zeebe-gateway-0.20.1.jar:0.20.1] 
	at io.zeebe.util.sched.ActorJob.invoke(ActorJob.java:77) ~[zeebe-util-0.20.1.jar:0.20.1] 
	at io.zeebe.util.sched.ActorJob.execute(ActorJob.java:43) [zeebe-util-0.20.1.jar:0.20.1] 
	at io.zeebe.util.sched.ActorTask.execute(ActorTask.java:169) [zeebe-util-0.20.1.jar:0.20.1] 
	at io.zeebe.util.sched.ActorThread.executeCurrentTask(ActorThread.java:134) [zeebe-util-0.20.1.jar:0.20.1] 
	at io.zeebe.util.sched.ActorThread.doWork(ActorThread.java:118) [zeebe-util-0.20.1.jar:0.20.1] 
	at io.zeebe.util.sched.ActorThread.run(ActorThread.java:96) [zeebe-util-0.20.1.jar:0.20.1] 

Regards

Hi @vaduo,

yes but this was fixed with https://github.com/zeebe-io/zeebe/pull/3005 and is available in the latest releases.

Greets
Chris

1 Like