flowParameter Scope

Hi,

can you please confirm on the below:

once flowParameter is set with value in first process instance run -
all the next process instances that will be run after it and use that flowParameter will have same value?

Hi @Tehila_Ashlag
Welcome to the forum :wave:

This is not a term i’m familiar with, can you explain it in a little more detail and from a Camunda perspective if possible.

flowParameter means one parameter from the variables that defined for the process, that its type is object which contains more parameters
for example:

inside obj parameter xxx is being set with value 5 in some cases ( depending on condition) and in some cases 6 ,on third activity.

lets say for example in first run (first process instance ) it was set to 5, then if obj/ xxx will be checked on second activity of second run (second process instance) it will still be 5, not null or empty

until the third activity will populate it , correct?