cancel
Showing results for 
Search instead for 
Did you mean: 

How to insert comment in transitions?

raarm
Champ in-the-making
Champ in-the-making
I need to insert a comment when I finish a transition!! I have a js that make the transitons……

var task = workflow.getTaskById(id); 
task.endTask(args.t); 

Thanks
1 REPLY 1

mabayona
Champ on-the-rise
Champ on-the-rise
What about:

logger.log("This is a comment!");

and of course set to DEBUG the corresponding log4j *.jscript.* parameter (in file log4j.properties).