Skip to content

Toro Cloud Dev Center


TrackerFunctions

Tracker class contains functions for performing Tracker-related operations in Gloop and Groovy such as:

Below are some usage examples:

Sample service showing how to use the `Tracker` functions

1
2
3
4
5
// Add a new document state
${internalId}.addDocumentState('Started')

// Do a search in Tracker
'*:*'.searchTracker()