Hi Team, I am starting the process model by triggering us start form, once a user click submit button in the interface ideally all the role input data should be transferred to process variables. But in my scenario one of the Rule input data is not transferring to the process,When is the click a submit button the data is getting saved in a role input properly ri: emailBody(Text)But the same data is not being transferred to the process model please refer the images below pv: emailBody(Text)
Discussion posts and replies are publicly visible
Hi Manjunath,
Please check the Start Form mappings in the process model properties. I suspect the mapping might have been lost.
This usually happens if a rule input is deleted from the interface and added again — the existing mapping in the process model gets removed automatically.
Kindly verify that:
ri!emailBody is correctly mapped to the corresponding process variable.
Only one emailBody process variable exists.
The interface is refreshed in the process model after changes.
After remapping, please save and publish the process model and test once.