ItemDefinition in camunda MetaModel

True :sweat_smile:

You can get the itemDefinition elements by using

model.getModelElementsByType(ItemDefinition.class);

For some reasons, you can’t get the elements by

model.getDefinitions().getItemDefinitions();

Does this help you?

2 Likes