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
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 examplerule 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