Hello,
Assume the following scenario:
- A task is created and assigned to a user on Tasklist.
- The form is filled out and submitted by the user.
- The form data is merged to process variables (based on the official doc).
Is there a way to avoid the merging behavior and instead Zeebe hands over the data to a service task (including the payload of the form) as the callback functionality?