- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
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 nameBr,
Shubham