Organising workflows when deploying on zeebe engine

We want to group and organise the bpmn workflows deployed on the zeebe engine. We have a bunch of workflows designed for a particular business requirement of a client. When we deploy them using zeebeClient.newDeployCommand() we want to organise them so that we could clone a set of bpmn workflows designed for a requirement when needed. I could not find a solution in my reading.

Could someone share their inputs on this?

Thanks.

Hi @jgeek1

You need to do this management outside the engine.

Josh