English
Groovy Code Example
About 51 wordsLess than 1 minute
2026-01-09
/**
* Currently, aggregation metrics only support numeric return values.
* Example: To calculate the total valid order amount for an employee within a month, use numeric return value as follows:
return 10000
*/
log.info(cycle_begin_time)
log.info(cycle_end_time)
log.info(executor)
log.info(task_member_id)
return 10000;