CONSOLE TO PRINT THE DATA OF LOCAL VARIABLE

Certified Senior Developer

Is there any feasability to print the value of a local variable in the runtime & the value it has in the console.  (Like other programming languages for debugging)

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to Mohan Reddy Kethireddigari

    Process Variables values are viewable in the Process Instance Monitor - the "Variables" tab in Process Details output will show their current value, and the "Process History" tab will show their values on an ongoing basis throughout the history of that instance as certain nodes are completed.

    Local Variables (ones defined via a!localVariables() at least) are shown in a special panel in the Interface Editor, and the evaluated values of all local variables in an Expression Rule, are shown in the "Local Variables" section after the rule has been run with Test inputs (if needed).

Children
No Data