Task Variables with in Sub Process

Hi @ChandruM,

Form SDK works as follow

  • As long as you don’t have the variable defined in any scope then when form is submitted the variable would be created in the process instance scope.

  • If you have a variable with the same name defined in multiple scopes then the variable in the most child scope would be the one fetched from the backend and it also would be the one updated when the form is submitted.

  • Keep in mind that form fields are process instance variables