Not being able to use process variables in Camunda 8 forms

Previously in Camunda 7 I am able to access process variables in my embedded task forms by using ${process_variable} but now after transitioning to Camunda 8 I am not able to use the same thing either for hide conditions or read conditions or for that matter default values, Please let me know If I am missing anything here or please guide the correct approach.

Hi @Bharat1,

in camunda 8 you can access process variables in text with templating like {{object.variable_name}}.
If you want to access the variable in FEEL expressions for hiding some fields u can just write the variable like showField = true.

Important is that you pass the variables as input variables in your BPMN to the form you want to use it.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.