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?
Hi @emadmamaghani, welcome to the forums! This is not currently supported by Tasklist, but you could achieve this by building your own task application frontend that uses the Tasklist APIs.
What is your use case for skipping the merge step? There may be other ways to solve it.