Process variable

I have an query that process variables and form fields are the same thing ?

Hi @GAUTAM_PATEL,

Could you please elaborate on this a bit more in detail? For details about process variables have a look into 1 and about form fields have a look here 2.

Cheers,
Roman

i just want to know how to create the process variables in Camunda bpm?

Hi @GAUTAM_PATEL,

There are different ways how to create a process variable.

In Java you could do this for example by using RuntimeService#setVariable(). In the REST API you could do this for example by using 1.

Could you please elaborate in which context you are?

Cheers,
Roman

I am trying to create it from java context