Which node the process variable is used?

Hi,

 

Is there a way to find in which nodes the variables are used without opening each node and checking for the variable?

 

Thanks

Rohini

  Discussion posts and replies are publicly visible

Parents
  • +1
    Certified Lead Developer

    Hi  

    If you want to search for the variables reference in the various nodes, you can generate the documentation of the required process as: Launch the Process Model >> Tools >> Generate Documentation and now you can search with the variable name.

    Also, Just to let you know, if you have configured a User Input Task Node in this process and invoked the Interface using 'Select an Interface Option' instead of 'Write an expression' and have passed the process variables as it's direct value(using pv! for value columns) instead of referring to Activity Class parameters, then these references will not be available when you try searching them via Generate Documentation.

     

    In such case you need to check this User Input Task Node configuration and their variables explicitly.

    Hope this helps.

Reply
  • +1
    Certified Lead Developer

    Hi  

    If you want to search for the variables reference in the various nodes, you can generate the documentation of the required process as: Launch the Process Model >> Tools >> Generate Documentation and now you can search with the variable name.

    Also, Just to let you know, if you have configured a User Input Task Node in this process and invoked the Interface using 'Select an Interface Option' instead of 'Write an expression' and have passed the process variables as it's direct value(using pv! for value columns) instead of referring to Activity Class parameters, then these references will not be available when you try searching them via Generate Documentation.

     

    In such case you need to check this User Input Task Node configuration and their variables explicitly.

    Hope this helps.

Children
No Data