Where we go and write any code node they Usually start out like
Object current = param(1); treenode activity = param(2); Token token = param(3);
Where the value of parameters change based on the place where the code is being written. So, If I want to know what value a certain parameter will have where can I look instead of guessing. Because If I go and write custom code it usually start blank and will not tell me what are the available parameters.
In continuation of this, if I add a code block in process flow show will I know that what paraments are being passed to that code block.
I tried to find in the classes documentation but, it seems I am missing something.
Any type of help will be hugely appreciated.