Map Data
You can map data for tasks and end events to ensure that data flows correctly through the workflow. In workflows with multiple end events, you can also reuse the data mappings from one end event in another end event to simplify configuration and maintain consistency.
Map Data in Tasks and End Events
Use data mappings to pass information between tasks and end events in a workflow.
- Tasks: Map input data to task's form fields.
- End events: Map task's result to a callback argument.
Note:
Ensure that the source type is compatible with the target form field type (for example, map a String to a String). If there’s a mismatch, an error message will be shown.



