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
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,
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