BPM Form Data Pipeline Listener
org.camunda.bpm.extension.hooks.listeners.BPMFormDataPipelineListener
This component can be used on any task or execution listener event. Upon configuration, it copies Camunda variables to Formio form data.
Type
Task/Execution Listener
How It Works
The listener prepares data from Camunda variables for Formio submission and invokes the Formio REST-based submission endpoint to update the form data.
Parameters
- fields (Listener field, type: expression): Specifies Camunda variables as an array (e.g.,
["pid","applicationId","task_id"]
). These variables are populated into the form. Mandatory = Yes
How to Use
The following snapshot shows how to configure the BPMFormDataPipelineListener to an execution.