local variable and rule input

Hi ,

 

Please can somebody explain me the use of local variable and rule input with the scenario or example . 

 

Thanks.

  Discussion posts and replies are publicly visible

Parents
  • RuleInputs: Which are variables used to capture the output of the form or to provide the input to the form for further workflow.

    local variables: which are used within the form.

    if you take java programming language as an example
    rule inputs are global variables you can use them throughout the java class.

    local variables you can use them inside the class method only.


    hope the analogy helps

    Regards,
    Rajesh Kilaru

Reply
  • RuleInputs: Which are variables used to capture the output of the form or to provide the input to the form for further workflow.

    local variables: which are used within the form.

    if you take java programming language as an example
    rule inputs are global variables you can use them throughout the java class.

    local variables you can use them inside the class method only.


    hope the analogy helps

    Regards,
    Rajesh Kilaru

Children
No Data