Avatar

Employee

Hi @xliu ,

You can use the following command in the Advanced>Intialization script to log the output of the task:

logInfo('My Task Id: ' + task.taskIdentifier)   //task identifier
logInfo('My Activity Name: ' + task.activity)   //activity name

Br,
Shubham