Listener for form submit

Hi,
I understand that my way is not elegant (and I would want a better solution by myself).

Programatically: For a more generic approach, create a process engine plugin that the adds a parse listener on user tasks, registering a task listener there.

Tried that as well. But the main problem here is that I’m inplementing a TaskListener, which gives me a DelegateTask, and a “event == complete”. If to call getVariables from there, I already see there data, submitted by the form, which is too late.

Alternative: For a process-engine independent (pure data-handling) way, you can also register a filter to the submit form endpoint.

Hm. Need to see what it is. Thanks

Your provided solution does not work as the task listener needs to be registered:

Yeah, I know that. However, this I found somewhere in the Camunda 7 documentation as a “up-to-date” solution.