BPMN properties

Hi Team,

I am unable to get the proper usecase for BPMN properties and why and where we should use.

Extension properties and Data section

Can anyone please give one valid usecase and how can use these properties for dynamic data mapping.

TIA.

Hi,
Can anyone please assist on above issue?

TIA

Hi @yadav1990,

the Extension Properties can be used to provide additional values that can be used in the implementation of your worker code. With the help of these, you can configure the task in the BPMN diagram with different values and write a more generic worker that can be used on several service tasks with different values. Connectors use them heavily.

The Example Output Data section supports the code completion in the desktop modeler. You can provide example objects of the results of a service task. The modeler can propose variables for code completion in further conditions or input/output mappings.

Hope this helps, Ingo

1 Like

Thanks @Ingo_Richtsmeier I appreciate you for elaboration.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.