Input/Output Parameter with all options Text/Script/List and Map in Fluent Builder API

Hi I have to create BPMN using camunda Fluent Builder API and i want to use Input/Output Paramters what we see in Properties Panel of camunda Modeler with all it’s types Text/Script/List and Map. Anyone , Please let me know is it possible with fluent API and if Yes How?

Hi,

I think it is possible only for Text type.
Here is an example:

Best regards,
Yana

Can’t we achieve camunda:list,camunda:value,camunda:map,camunda :entry elements by adding extension element?

This is an option, if you prefer this approach.