Storing process Metadata in Process modeldefinition

Hallo,

i Need to store metadata about a process. from my sight the best way would be to store this data in the processdefinition and query data via Java api.
Is that possible and how?

Kind regards
David

Hi,

Please have a look on the following example.

Hope this helps.

Cheers,
Vladimir

Hi,

I think you can also use the camunda property extension elements. See this example. It sets additional information on the service tasks which are then read during parsing of the process using a parse listener.

Cheers,
Sebastian